CE-740 Remove margin above widget dropdowns (tighter when they stack)

This commit is contained in:
2023-11-21 11:03:36 -06:00
parent dd887037c2
commit c31db7ac32

View File

@ -280,7 +280,7 @@ export class Dropdown extends LabelComponent
}
return (
<Box my={2} sx={{float: "right"}}>
<Box mb={2} sx={{float: "right"}}>
<WidgetDropdownMenu
name={this.dropdownName}
defaultValue={defaultValue}