From 161dbb4281bdcd840fe075ce40154f5aefb4a31e Mon Sep 17 00:00:00 2001 From: daniele panza <> Date: Thu, 20 Jun 2013 17:50:41 +0200 Subject: [PATCH] Updated CSS rule to avoid unwanted styling of tags used in options templates --- select2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.css b/select2.css index ce3a2702..28d9a594 100644 --- a/select2.css +++ b/select2.css @@ -86,7 +86,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@ margin-right: 42px; } -.select2-container .select2-choice span { +.select2-container .select2-choice > span { margin-right: 26px; display: block; overflow: hidden;