df
This commit is contained in:
@@ -1514,7 +1514,7 @@ select[class*="selectpicker"],
|
||||
width: 68px !important;
|
||||
min-width: 68px !important;
|
||||
}
|
||||
|
||||
|
||||
body.toggle-sidebar #main {
|
||||
margin-left: 68px !important;
|
||||
}
|
||||
@@ -1574,4 +1574,12 @@ select[class*="selectpicker"],
|
||||
#main {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Empêche l'affichage cumulatif si le plugin déraille */
|
||||
.bootstrap-select .filter-option-inner-inner {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: block !important;
|
||||
}
|
||||
Reference in New Issue
Block a user