1
0
mirror of synced 2024-11-22 21:16:10 +03:00

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

This commit is contained in:
daniele panza 2013-06-20 17:50:41 +02:00
parent 3ab1aafae5
commit 161dbb4281

View File

@ -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;