fixed text truncation

This commit is contained in:
KhaoulaMaleh 2026-02-02 19:29:08 -11:00
parent 8ce77880bd
commit 19237ca7ce
4 changed files with 40 additions and 20 deletions

View file

@ -720,6 +720,11 @@ a:not(.disabled).is-active i.fa {
.setting-content .content-body .side-menu {
width: 250px;
}
/* Responsive handling for quick-access description on tablets */
#header-quick-access ul.header-quick-access-list li.current.empty {
max-width: 300px;
}
}
/* Large displays and digital signage (1920px+) */