Skip to content

Commit

Permalink
fix bootstrap 4 CSS collisions (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagalbot authored Mar 23, 2019
1 parent 822187f commit 2454a23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down Expand Up @@ -205,6 +208,7 @@
box-shadow: none;
flex-grow: 1;
width: 0;
height: inherit;
}
.v-select.unsearchable input[type="search"] {
opacity: 0;
Expand Down

0 comments on commit 2454a23

Please sign in to comment.