mirror of
https://github.com/stisla/stisla.git
synced 2025-08-30 03:20:23 +02:00
Merge pull request #155 from Harshal96/select2_responsive_width_fix
Fix the issue where select2 elements were not responsive
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;
|
||||||
@@ -86,4 +90,4 @@
|
|||||||
|
|
||||||
.select2-results__option {
|
.select2-results__option {
|
||||||
padding-right: 10px 15px;
|
padding-right: 10px 15px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user