diff --git a/client/src/components/navigation-rail/NavigationRail.tsx b/client/src/components/navigation-rail/NavigationRail.tsx index 034ca07e1..0e132f4fd 100644 --- a/client/src/components/navigation-rail/NavigationRail.tsx +++ b/client/src/components/navigation-rail/NavigationRail.tsx @@ -153,7 +153,7 @@ function NavigationRail({ diff --git a/client/src/pages/generate-tutorials/components/excluded-dates/FormikExcludedDates.tsx b/client/src/pages/generate-tutorials/components/excluded-dates/FormikExcludedDates.tsx index 742e48b5a..42aeedfaf 100644 --- a/client/src/pages/generate-tutorials/components/excluded-dates/FormikExcludedDates.tsx +++ b/client/src/pages/generate-tutorials/components/excluded-dates/FormikExcludedDates.tsx @@ -107,6 +107,7 @@ function FormikExcludedDates({ name, ...props }: Props): JSX.Element { flex={1} display='grid' gridTemplateColumns='1fr' + gridTemplateRows='max-content' gridRowGap={8} gridColumnGap={8} maxHeight='max-content'