From 4b9caed3f9d57ddf8e4b1a4bb9c68f72af20ba3e Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 20 May 2021 11:25:29 -0400 Subject: [PATCH] Afform Gui - Set height on dropdowns so CMS theme doesn't interfere --- ext/afform/admin/ang/afGuiEditor.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/afform/admin/ang/afGuiEditor.css b/ext/afform/admin/ang/afGuiEditor.css index 2c60f18086..808ca2962f 100644 --- a/ext/afform/admin/ang/afGuiEditor.css +++ b/ext/afform/admin/ang/afGuiEditor.css @@ -174,6 +174,10 @@ body.af-gui-dragging { color: #696969; font-style: italic; } +#afGuiEditor .af-gui-bar > .form-inline > select { + height: 21px; + min-height: 21px; +} #afGuiEditor .af-gui-element { position: relative; -- 2.25.1