mirror of
https://github.com/wekan/wekan.git
synced 2026-02-03 23:21:47 +01:00
fixed text truncation
This commit is contained in:
parent
8ce77880bd
commit
19237ca7ce
4 changed files with 40 additions and 20 deletions
|
|
@ -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+) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue