From 50f2df47e7ea3d2be420cf5252e998a1dcf4e96e Mon Sep 17 00:00:00 2001 From: Matthew Lettini Date: Tue, 6 Dec 2011 18:04:05 -0500 Subject: [PATCH] taller default results --- chosen/chosen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chosen/chosen.css b/chosen/chosen.css index 468f010..fdd9377 100644 --- a/chosen/chosen.css +++ b/chosen/chosen.css @@ -222,7 +222,7 @@ /* @group Results */ .chzn-container .chzn-results { margin: 0 4px 4px 0; - max-height: 190px; + max-height: 240px; padding: 0 0 0 4px; position: relative; overflow-x: hidden;