expanding size of dropdown to accommodate library name
authorChris Sharp <csharp@georgialibraries.org>
Wed, 25 Jan 2017 16:40:13 +0000 (11:40 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 31 Oct 2021 15:56:09 +0000 (11:56 -0400)
Open-ILS/src/templates/opac/css/style.css.tt2

index 3a01b6f..bf208b8 100644 (file)
@@ -46,7 +46,7 @@ a {
     border:1px solid [% css_colors.border_standard %];
     margin:0;
     padding:0;
-    width: 12em;
+    width: 17em;
 }
 
 .searchbar {