Skip to content

Commit f936c80

Browse files
author
adi
committed
Remove unsearchable CSS
1 parent 625ac80 commit f936c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Select.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@
191191
clear: none;
192192
}
193193
/* Search Input States */
194-
.v-select.unsearchable input[type="search"] {
194+
/* .v-select.unsearchable input[type="search"] {
195195
max-width: 1px;
196-
}
196+
} */
197197
/* List Items */
198198
.v-select li {
199199
line-height: 1.42857143; /* Normalize line height */

0 commit comments

Comments
 (0)