2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

Fix 0 height search input

This commit is contained in:
Jeff
2018-08-09 20:50:33 -07:00
parent e8e5eff553
commit 46adb3204a
-1
View File
@@ -216,7 +216,6 @@
}
.v-select input[type="search"].hidden {
border: none;
height: 0;
padding: 0;
width: 0;
}