mirror of
https://github.com/stisla/stisla.git
synced 2025-08-30 19:39:58 +02:00
Fix the issue where select2 elements did not resize when the browser width was changed.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
.select2 {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.select2-container--default .select2-search--dropdown .select2-search__field {
|
.select2-container--default .select2-search--dropdown .select2-search__field {
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
Reference in New Issue
Block a user