CSS enhancement

* improves css on select2 width, which lead to strange viewport sizing on creation of new major datasets
This commit is contained in:
mpeltriaux 2022-02-03 11:58:33 +01:00
parent a9215511ac
commit 1eff3687e8

View File

@ -223,7 +223,7 @@ Overwrites bootstrap .btn:focus box shadow color
Extends css for django autocomplete light (dal) Extends css for django autocomplete light (dal)
No other approach worked to get the autocomplete fields to full width of parent containers No other approach worked to get the autocomplete fields to full width of parent containers
*/ */
.select2-container{ .select2{
width: 100% !important; width: 100% !important;
} }
.select2-results__option--highlighted{ .select2-results__option--highlighted{