mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-10 07:52:23 +03:00
fix bootstrap 4 CSS collisions (#796)
This commit is contained in:
@@ -73,6 +73,9 @@
|
||||
border-radius: 4px;
|
||||
white-space: normal;
|
||||
}
|
||||
.v-select .dropdown-toggle::after {
|
||||
display: none;
|
||||
}
|
||||
.v-select .vs__selected-options {
|
||||
display: flex;
|
||||
flex-basis: 100%;
|
||||
@@ -205,6 +208,7 @@
|
||||
box-shadow: none;
|
||||
flex-grow: 1;
|
||||
width: 0;
|
||||
height: inherit;
|
||||
}
|
||||
.v-select.unsearchable input[type="search"] {
|
||||
opacity: 0;
|
||||
|
||||
Reference in New Issue
Block a user