Skip to content

Commit 70c3129

Browse files
authored
Merge pull request sagalbot#611 from sagalbot/bug/hidden-input
Bug/hidden input
2 parents e8e5eff + a8644d1 commit 70c3129

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dev/dev.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
justify-content: flex-start;
1919
flex-wrap: wrap;
2020
align-content: center;
21+
font-family: -apple-system, sans-serif;
2122
}
2223

2324
.v-select {

src/components/Select.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@
216216
}
217217
.v-select input[type="search"].hidden {
218218
border: none;
219-
height: 0;
220219
padding: 0;
221220
width: 0;
222221
}

0 commit comments

Comments
 (0)