From 2e748ceecd7841ff6485b36870fcb2a3c59635d4 Mon Sep 17 00:00:00 2001 From: HendrikThePendric Date: Wed, 18 Dec 2024 13:42:53 +0100 Subject: [PATCH] chore: use block-size instead of height --- src/components/DashboardsBar/styles/DashboardsBar.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DashboardsBar/styles/DashboardsBar.module.css b/src/components/DashboardsBar/styles/DashboardsBar.module.css index a310d1ea1..d8acae44b 100644 --- a/src/components/DashboardsBar/styles/DashboardsBar.module.css +++ b/src/components/DashboardsBar/styles/DashboardsBar.module.css @@ -8,7 +8,7 @@ .blockCreationNavigation { display: flex; - height: 100%; + block-size: 100%; align-items: center; flex-shrink: 0; gap: var(--spacers-dp4);