[fix] : select options marginal space (#8892)
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>pull/8446/head^2
parent
959488910f
commit
c7c282f30f
|
@ -72,7 +72,7 @@ const CalendarSwitch = (props: ICalendarSwitchProps) => {
|
|||
}
|
||||
);
|
||||
return (
|
||||
<div className={classNames("flex flex-row items-center")}>
|
||||
<div className={classNames("flex flex-row items-center my-2")}>
|
||||
<div className="flex pl-2">
|
||||
<Switch
|
||||
id={externalId}
|
||||
|
|
Loading…
Reference in New Issue