Fix select2 height on public pages
authorColeman Watts <coleman@civicrm.org>
Tue, 4 Dec 2018 12:52:42 +0000 (07:52 -0500)
committerColeman Watts <coleman@civicrm.org>
Tue, 4 Dec 2018 12:52:42 +0000 (07:52 -0500)
css/civicrm.css

index 1749fdb9a81028dfed338123b6322960039d4b3d..324b44c43140e5d02963b35a64a386b7bd0bc587 100644 (file)
@@ -3598,6 +3598,7 @@ span.crm-status-icon {
 }
 .crm-container.crm-public .select2-container .select2-choice {
   padding: 5px 5px 5px 8px;
+  height: auto;
 }
 .crm-container.crm-public .select2-container-multi .select2-choices {
   padding: 4px;