Commit 4ecf23d2ad4f401c94fabeb061cc36c487276d33

Authored by randx
1 parent aaec545a

Fix ref select search width

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/stylesheets/ref_select.scss
... ... @@ -38,7 +38,7 @@
38 38 }
39 39  
40 40 .chzn-search input {
41   - min-width:300px;
  41 + min-width:365px;
42 42 }
43 43 }
44 44  
... ...