From 2d10d1e74d1e6290bb09849b5c017f95e514b34d Mon Sep 17 00:00:00 2001 From: Joe Pavitt Date: Wed, 21 Aug 2024 16:57:05 +0100 Subject: [PATCH] Ensure groups in Fixed layouts are driven by the correct width property --- ui/src/layouts/Flex.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/layouts/Flex.vue b/ui/src/layouts/Flex.vue index f39d91b3a..4aaffddb8 100644 --- a/ui/src/layouts/Flex.vue +++ b/ui/src/layouts/Flex.vue @@ -125,7 +125,6 @@ export default { } .nrdb-layout--flex > div { - width: var(--layout-card-width); max-width: 100%; }