From f41dc8afa90f2428787e4cf7c05b8268729f1f93 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Tue, 12 Mar 2024 12:03:18 -0500 Subject: [PATCH] fix .box table wonkyness --- core/css/tabbed-container.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/css/tabbed-container.css b/core/css/tabbed-container.css index 1c78a36..51fb9f1 100644 --- a/core/css/tabbed-container.css +++ b/core/css/tabbed-container.css @@ -59,13 +59,18 @@ /*border-bottom: none;*/ } +.tabbed-page .box:not(table), +.tabbed-container .box:not(table), +.tabbed-container .dropdown { + display: block; +} + .tabbed-page .box, .tabbed-container .box, .tabbed-container .dropdown { background-color: var(--tab-selected); border: var(--tab-border); padding: 4px; - display: block; flex: auto; }