Menubar - fix height of quicksearch (Drupal9)
authorColeman Watts <coleman@civicrm.org>
Sun, 20 Nov 2022 23:15:13 +0000 (18:15 -0500)
committerColeman Watts <coleman@civicrm.org>
Sun, 20 Nov 2022 23:15:13 +0000 (18:15 -0500)
css/crm-menubar.css

index 646fd57af0d7fb9a191efb44982f5fa0950e2f03..fba9e6b50bc18d1420c4a0f92184ff08a0a4f009 100644 (file)
@@ -129,6 +129,7 @@ input#crm-qsearch-input {
   border: 1px solid #ccc;
   margin: 4px 4px 0;
   padding: 2px 8px;
+  min-height: 0;
   height: calc($menubarHeight - 10px);
   width: 30px;
   transition: width .5s .05s, background-color .3s .05s;