1
0
mirror of synced 2025-02-03 21:59:24 +03:00

Set list-style further down the DOM

This closes https://github.com/select2/select2/issues/4225
This closes https://github.com/select2/select2/pull/4226
This commit is contained in:
jpic 2016-03-27 14:55:21 -04:00 committed by Kevin Brown
parent 84d6b5d840
commit 8869b170b1

View File

@ -10,6 +10,10 @@
margin: 0;
padding: 0 5px;
width: 100%;
li {
list-style: none;
}
}
.select2-selection__placeholder {