diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 8c1170c0..423303b4 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -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; } - } \ No newline at end of file + } + + /* 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; +} \ No newline at end of file