Skip to content

Commit

Permalink
css conflict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed May 8, 2019
1 parent 19fe391 commit cac3dcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/VuePhoneNumberInput/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@
<style lang="scss">
@import "./assets/scss/flexbox-helper.scss";
@import "./assets/iti-flags/flags.css";
*, *::before, *::after {
box-sizing: border-box;
}
.vue-phone-number-input {
*, *::before, *::after {
box-sizing: border-box;
}
font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
.select-country-container {
Expand Down

0 comments on commit cac3dcb

Please sign in to comment.