From 8b25d56425d4280b664a2a6d48a9b053f11e01e2 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 25 May 2021 10:05:16 -0400 Subject: [PATCH] Afform GUI - Fix tab breakage in Shoreditch theme --- ext/afform/admin/ang/afGuiEditor.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ext/afform/admin/ang/afGuiEditor.css b/ext/afform/admin/ang/afGuiEditor.css index 808ca2962f..b571da2b0f 100644 --- a/ext/afform/admin/ang/afGuiEditor.css +++ b/ext/afform/admin/ang/afGuiEditor.css @@ -39,13 +39,15 @@ } #afGuiEditor .panel-heading { height: 44px; - padding: 10px; + padding: 5px 10px 10px 10px; + border-bottom: 1px solid #ddd; } #afGuiEditor .panel-heading ul.nav-tabs { border-bottom: 0 none; + padding: 0!important; } #afGuiEditor .panel-heading ul.nav-tabs li { - top: 1px; + top: 6px; } #afGuiEditor .panel-heading ul.nav-tabs li.fluid-width-tab { white-space: nowrap; @@ -67,6 +69,7 @@ height: calc(100% - 44px); overflow-y: scroll; overflow-x: hidden; + border-top: none!important; } #afGuiEditor .af-gui-columns { -- 2.25.1