[fix] : select options marginal space (#8892)

Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
This commit is contained in:
Vedant Jain 2023-05-15 15:55:33 +05:30 committed by GitHub
parent 959488910f
commit c7c282f30f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}