Skip to content

Commit 2454a23

Browse files
authored
fix bootstrap 4 CSS collisions (sagalbot#796)
1 parent 822187f commit 2454a23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Select.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@
7373
border-radius: 4px;
7474
white-space: normal;
7575
}
76+
.v-select .dropdown-toggle::after {
77+
display: none;
78+
}
7679
.v-select .vs__selected-options {
7780
display: flex;
7881
flex-basis: 100%;
@@ -205,6 +208,7 @@
205208
box-shadow: none;
206209
flex-grow: 1;
207210
width: 0;
211+
height: inherit;
208212
}
209213
.v-select.unsearchable input[type="search"] {
210214
opacity: 0;

0 commit comments

Comments
 (0)