Updated CSS rule to avoid unwanted styling of <span> tags used in options templates
This commit is contained in:
parent
3ab1aafae5
commit
161dbb4281
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user