projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00a9b1d
)
Afform Gui - Set height on dropdowns so CMS theme doesn't interfere
author
Coleman Watts
<coleman@civicrm.org>
Thu, 20 May 2021 15:25:29 +0000
(11:25 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Thu, 20 May 2021 15:25:29 +0000
(11:25 -0400)
ext/afform/admin/ang/afGuiEditor.css
patch
|
blob
|
blame
|
history
diff --git
a/ext/afform/admin/ang/afGuiEditor.css
b/ext/afform/admin/ang/afGuiEditor.css
index 2c60f1808626f5627fe5a38c3e3116efd54ba6b2..808ca2962f519408be1a5384d7dc86d5ec80fe63 100644
(file)
--- 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;