mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
Fix 0 height search input
This commit is contained in:
@@ -216,7 +216,6 @@
|
|||||||
}
|
}
|
||||||
.v-select input[type="search"].hidden {
|
.v-select input[type="search"].hidden {
|
||||||
border: none;
|
border: none;
|
||||||
height: 0;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user