瀏覽代碼

Updated CSS rule to avoid unwanted styling of <span> tags used in options templates

daniele panza 12 年之前
父節點
當前提交
161dbb4281
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      select2.css

+ 1 - 1
select2.css

@@ -86,7 +86,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@
     margin-right: 42px;
     margin-right: 42px;
 }
 }
 
 
-.select2-container .select2-choice span {
+.select2-container .select2-choice > span {
     margin-right: 26px;
     margin-right: 26px;
     display: block;
     display: block;
     overflow: hidden;
     overflow: hidden;