mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-03 19:21:51 +02:00
💄 Fix styling issues in month calendar
This commit is contained in:
parent
9994247e28
commit
56213212d5
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ const MonthCalendar: React.FunctionComponent<DateTimePickerProps> = ({
|
|||
|
||||
return (
|
||||
<div className="overflow-hidden md:flex">
|
||||
<div className="border-b p-3 sm:p-4 md:basis-[420px] md:border-b-0 md:border-r">
|
||||
<div className="shrink-0 border-b p-3 sm:p-4 md:w-[380px] md:border-b-0 md:border-r">
|
||||
<div>
|
||||
<div className="flex w-full flex-col">
|
||||
<div className="mb-3 flex items-center justify-center space-x-4">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue