Forráskód Böngészése

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

daniele panza 12 éve
szülő
commit
161dbb4281
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      select2.css

+ 1 - 1
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;