File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 55.form-row {
66 overflow : visible;
77}
8+
9+ .form-row .field-icon {
10+ overflow : hidden;
11+ }
12+
13+ .bootstrap-select .dropdown-menu {
14+ height : 500px ;
15+ width : 500px ;
16+ }
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ def media(self):
1919 js = ['//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.4/js/bootstrap-select.min.js' , ] # noqa
2020
2121 if self .bootstrap_css :
22- css ['all' ] = ['//maxcdn.bootstrapcdn.com/bootstrap/3.3.7 /css/bootstrap.min.css' ] + css ['all' ] # noqa
22+ css ['all' ] = ['//maxcdn.bootstrapcdn.com/bootstrap/5.1.3 /css/bootstrap.min.css' ] + css ['all' ] # noqa
2323 if self .bootstrap_js :
24- js = ['//maxcdn.bootstrapcdn.com/bootstrap/3.3.7 /js/bootstrap.min.js' ] + js
24+ js = ['//maxcdn.bootstrapcdn.com/bootstrap/5.1.3 /js/bootstrap.min.js' ] + js
2525 if self .jquery_js :
2626 js = ['//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' ] + js
2727
You can’t perform that action at this time.
0 commit comments