mirror of
https://github.com/stisla/stisla.git
synced 2025-09-02 12:43:08 +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; } }
|
border-top: 1px solid #f2f2f2; } }
|
||||||
|
|
||||||
/* 1.18 Select2 */
|
/* 1.18 Select2 */
|
||||||
|
.select2 {
|
||||||
|
width: 100% !important; }
|
||||||
|
|
||||||
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
|
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
.select2 {
|
.select2 {
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container--default .select2-search--dropdown .select2-search__field {
|
.select2-container--default .select2-search--dropdown .select2-search__field {
|
||||||
|
Reference in New Issue
Block a user