From 7430fd54e4bc500bb8663912e89ae6175febd089 Mon Sep 17 00:00:00 2001 From: Matthew Lettini Date: Fri, 20 Jan 2012 10:11:23 -0500 Subject: [PATCH] single dropdown line-height 24px --- chosen/chosen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chosen/chosen.css b/chosen/chosen.css index cb6f352..0f9fdd0 100644 --- a/chosen/chosen.css +++ b/chosen/chosen.css @@ -46,7 +46,7 @@ white-space: nowrap; position: relative; height: 23px; - line-height: 23px; + line-height: 24px; padding: 0 0 0 8px; color: #444444; text-decoration: none;