Afform Gui - Set height on dropdowns so CMS theme doesn't interfere
authorColeman Watts <coleman@civicrm.org>
Thu, 20 May 2021 15:25:29 +0000 (11:25 -0400)
committerColeman Watts <coleman@civicrm.org>
Thu, 20 May 2021 15:25:29 +0000 (11:25 -0400)
ext/afform/admin/ang/afGuiEditor.css

index 2c60f1808626f5627fe5a38c3e3116efd54ba6b2..808ca2962f519408be1a5384d7dc86d5ec80fe63 100644 (file)
@@ -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;