From 232e628daa01c345a0799a912ed6b3141cd338d8 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Tue, 15 Jun 2021 09:21:11 -0500 Subject: [PATCH] Fix subtab background color not affecting entire tab --- src/components/system/LayerTab.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/system/LayerTab.vue b/src/components/system/LayerTab.vue index 08f69df..6ce9e1b 100644 --- a/src/components/system/LayerTab.vue +++ b/src/components/system/LayerTab.vue @@ -147,6 +147,8 @@ export default { min-width: 100%; min-height: 100%; margin: 0; + flex-grow: 1; + display: flex; } .layer-tab:not(.minimized) {