Remove the hardcoded width of locg dropdown
authorMichael Peters <mpeters@emeralddata.net>
Thu, 7 Mar 2013 13:47:37 +0000 (08:47 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 17 Sep 2017 18:40:12 +0000 (14:40 -0400)
The hard coded 12em width causes longer library names to be cut
off.  This removes that restriction.

Signed-off-by: Michael Peters <mpeters@emeralddata.net>
Open-ILS/src/templates/opac/css/style.css.tt2

index 8e49b22..18f7377 100644 (file)
@@ -46,7 +46,6 @@ a {
     border:1px solid [% css_colors.border_standard %];
     margin:0;
     padding:0;
-    width: 12em;
 }
 
 .searchbar {