2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +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 */ /* Clear Button */
.v-select .dropdown-toggle .clear { .v-select .dropdown-toggle .clear {
position: absolute; position: absolute;
bottom: 7px; bottom: 9px;
right: 30px; right: 30px;
font-size: 23px; font-size: 23px;
font-weight: 700; font-weight: 700;