forked from github/plane
fix: calendar header action alignment (#4249)
This commit is contained in:
parent
03fd5feda6
commit
ac3def2929
@ -94,7 +94,7 @@ export const CalendarOptionsDropdown: React.FC<ICalendarHeader> = observer((prop
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Popover className="relative">
|
<Popover className="relative flex items-center">
|
||||||
{({ open, close: closePopover }) => (
|
{({ open, close: closePopover }) => (
|
||||||
<>
|
<>
|
||||||
<Popover.Button as={React.Fragment}>
|
<Popover.Button as={React.Fragment}>
|
||||||
|
Loading…
Reference in New Issue
Block a user