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:
69be620
)
Greenwich: Fix Select2 free-tagging css bug
author
Coleman Watts
<coleman@civicrm.org>
Tue, 15 Dec 2020 15:02:26 +0000
(10:02 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Tue, 15 Dec 2020 15:02:26 +0000
(10:02 -0500)
ext/greenwich/scss/_tweaks.scss
patch
|
blob
|
blame
|
history
diff --git
a/ext/greenwich/scss/_tweaks.scss
b/ext/greenwich/scss/_tweaks.scss
index 0bab3e6e4e3fb73f2c46be54145c75a628f04753..fe3a79d1cf7d5f553635b0d54ee7804e739b3e53 100644
(file)
--- a/
ext/greenwich/scss/_tweaks.scss
+++ b/
ext/greenwich/scss/_tweaks.scss
@@
-6,3
+6,7
@@
label input[type=checkbox]:not(:checked) + * {
font-weight: normal;
}
+/* Fix tagging-style select2 */
+.select2-choices {
+ margin-bottom: 0;
+}