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

Select2 elements were not resizing. Added !important keyword and compiled the project.

This commit is contained in:
lucifermorningstar
2020-06-28 18:34:25 -05:00
parent 0dc2d69af8
commit a6ace1ecfe
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 {