1
0
mirror of https://github.com/stisla/stisla.git synced 2025-08-29 19:09:54 +02:00

Fix the issue where select2 elements did not resize when the browser width was changed.

This commit is contained in:
lucifermorningstar
2020-04-02 20:14:50 -05:00
parent 25f73d648f
commit 1f0c653404

View File

@@ -1,3 +1,7 @@
.select2 {
width: 100%;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
&:focus {
outline: none;
@@ -86,4 +90,4 @@
.select2-results__option {
padding-right: 10px 15px;
}
}