1
0
mirror of https://github.com/stisla/stisla.git synced 2025-08-31 03:50:11 +02:00

Merge pull request #166 from Harshal96/select2_not_resizing_on_width_change

Select2 elements resizing fix
This commit is contained in:
Nauval
2020-07-17 17:52:10 +07:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -682,6 +682,9 @@ tr:first-child > td > .fc-day-grid-event {
border-top: 1px solid #f2f2f2; } }
/* 1.18 Select2 */
.select2 {
width: 100% !important; }
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
outline: none;
box-shadow: none; }

View File

@@ -1,5 +1,5 @@
.select2 {
width: 100%;
width: 100% !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {