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:
@@ -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; }
|
||||
|
@@ -1,5 +1,5 @@
|
||||
.select2 {
|
||||
width: 100%;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-search--dropdown .select2-search__field {
|
||||
|
Reference in New Issue
Block a user