From 4ecf23d2ad4f401c94fabeb061cc36c487276d33 Mon Sep 17 00:00:00 2001 From: randx Date: Tue, 18 Sep 2012 21:05:33 +0300 Subject: [PATCH] Fix ref select search width --- app/assets/stylesheets/ref_select.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/ref_select.scss b/app/assets/stylesheets/ref_select.scss index 9f66136f..ed6760f1 100644 --- a/app/assets/stylesheets/ref_select.scss +++ b/app/assets/stylesheets/ref_select.scss @@ -38,7 +38,7 @@ } .chzn-search input { - min-width:300px; + min-width:365px; } }