From b0236ee7d681deb6fcaf3d2cc2c3f5a1bbd1f7d7 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Wed, 11 Mar 2026 17:37:27 +0000 Subject: [PATCH] df --- Bootstrap_new/css/theme-modern.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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