Skip to content

Commit 0f8bb92

Browse files
authored
Merge pull request sagalbot#416 from sagalbot/hotfix/clear-button-position
adjust clear button position
2 parents e5498bb + 9c96a96 commit 0f8bb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
/* Clear Button */
8989
.v-select .dropdown-toggle .clear {
9090
position: absolute;
91-
bottom: 7px;
91+
bottom: 9px;
9292
right: 30px;
9393
font-size: 23px;
9494
font-weight: 700;

0 commit comments

Comments
 (0)