diff --git a/common/components/widgets/WidgetDiv.tsx b/common/components/widgets/WidgetDiv.tsx index 44c9669d8..34a9a0a7c 100644 --- a/common/components/widgets/WidgetDiv.tsx +++ b/common/components/widgets/WidgetDiv.tsx @@ -8,7 +8,7 @@ interface WidgetDivProps { export const WidgetDiv: React.FC = ({ children, className }) => { return ( -
+
{children}
); diff --git a/common/layouts/DashboardLayout.tsx b/common/layouts/DashboardLayout.tsx index cf5a4a1f8..1826f6508 100644 --- a/common/layouts/DashboardLayout.tsx +++ b/common/layouts/DashboardLayout.tsx @@ -23,8 +23,8 @@ export const DashboardLayout: React.FC = ({ children }) =>
{isMobile ? : } -
-
+
+
{children}
diff --git a/modules/commute/alerts/Alerts.tsx b/modules/commute/alerts/Alerts.tsx index f58298745..31c478021 100644 --- a/modules/commute/alerts/Alerts.tsx +++ b/modules/commute/alerts/Alerts.tsx @@ -21,7 +21,7 @@ export const Alerts: React.FC = ({ title, alerts }) => { } = useDelimitatedRoute(); const divStyle = classNames( - 'flex flex-col rounded-md py-4 text-white shadow-dataBox w-full gap-y-2 md:max-h-[309px] md:overflow-y-auto', + 'flex flex-col rounded-md py-3 sm:py-4 text-white shadow-dataBox w-full gap-y-2 md:max-h-[309px] md:overflow-y-auto', lineColorBackground[line ?? 'DEFAULT'] ); diff --git a/modules/slowzones/SystemSlowZonesDetails.tsx b/modules/slowzones/SystemSlowZonesDetails.tsx index 656b289d8..764e2d0ce 100644 --- a/modules/slowzones/SystemSlowZonesDetails.tsx +++ b/modules/slowzones/SystemSlowZonesDetails.tsx @@ -118,7 +118,7 @@ export function SystemSlowZonesDetails({ showTitle = false }: SystemSlowZonesDet })} /> -
+