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