0👍
I just do
.modal-lg {
max-width: 70%;
}
- [Vuejs]-How do i enable Text field on activating the switch?
- [Vuejs]-Dropdown option "selected" not showing in bootstrap / VueJS
0👍
Why don’t you use the min-width
CSS for your modal-content
?
Like this:
.modal-dialog.modal-lg {
min-width: 80%
}
- [Vuejs]-In Vue.js, how do I enable buttons in a v-for loop
- [Vuejs]-How to access child component's methods inside other components?
Source:stackexchange.com