fix: adjust button margin in OptionCombobox component
This commit is contained in:
@@ -58,7 +58,7 @@ export function OptionCombobox({
|
|||||||
<Button
|
<Button
|
||||||
variant="outline"
|
variant="outline"
|
||||||
role="combobox"
|
role="combobox"
|
||||||
className="w-full justify-between font-normal"
|
className="m-0 w-full justify-between font-normal"
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user