2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-10 07:52:23 +03:00

Merge pull request #416 from sagalbot/hotfix/clear-button-position

adjust clear button position
This commit is contained in:
Jeff
2018-01-09 09:29:13 -08:00
committed by GitHub
+1 -1
View File
@@ -88,7 +88,7 @@
/* Clear Button */
.v-select .dropdown-toggle .clear {
position: absolute;
bottom: 7px;
bottom: 9px;
right: 30px;
font-size: 23px;
font-weight: 700;