Skip to content

Commit 3bbce97

Browse files
authored
Merge pull request #6559 from menloresearch/fix/layout-ability-model
fix: layout ability model
2 parents 8a51cc1 + 3133d40 commit 3bbce97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-app/src/containers/DropdownModelProvider.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,11 +461,11 @@ const DropdownModelProvider = ({
461461

462462
return (
463463
<Popover open={open} onOpenChange={onOpenChange}>
464-
<div className="flex items-center gap-1.5 w-full">
464+
<div className="flex items-center gap-1.5 mr-2">
465465
<PopoverTrigger asChild>
466466
<button
467467
type="button"
468-
className="font-medium cursor-pointer flex items-center gap-1.5 relative z-20 w-full"
468+
className="font-medium cursor-pointer flex items-center gap-1.5 relative z-20"
469469
>
470470
{provider && (
471471
<div className="shrink-0">

0 commit comments

Comments
 (0)