From fa41027264e221696875c03a87eea9c247c2b597 Mon Sep 17 00:00:00 2001 From: Justin DuJardin Date: Sat, 31 Mar 2012 10:06:34 -0700 Subject: [PATCH] Set min-height to 26px for proper input sizing in Opera. --- select2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.css b/select2.css index 7ac59ca6..caaae286 100755 --- a/select2.css +++ b/select2.css @@ -157,7 +157,7 @@ width:100%; margin:0; height:auto !important; - width:100%; + min-height: 26px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;