Skip to content

Commit 161dbb4

Browse files
author
daniele panza
committed
Updated CSS rule to avoid unwanted styling of <span> tags used in options templates
1 parent 3ab1aaf commit 161dbb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@
8686
margin-right: 42px;
8787
}
8888

89-
.select2-container .select2-choice span {
89+
.select2-container .select2-choice > span {
9090
margin-right: 26px;
9191
display: block;
9292
overflow: hidden;

0 commit comments

Comments
 (0)