Created
February 26, 2021 08:13
-
-
Save fahmiegerton/20b8afba22d82311907cc127b56214ef to your computer and use it in GitHub Desktop.
Enable the valid/invalid bootstrap-vue border working with vee-validate 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.form-control.v-select, .v-select * { | |
height: auto !important; | |
padding-right: 0px !important; | |
margin-right: 7px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment