mirror of
https://github.com/wekan/wekan.git
synced 2026-02-03 07:01:47 +01:00
fixed text truncation
This commit is contained in:
parent
8ce77880bd
commit
19237ca7ce
4 changed files with 40 additions and 20 deletions
19
custom-header-fix.css
Normal file
19
custom-header-fix.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/* Fix for text truncation in header quick-access - override */
|
||||
#header-quick-access ul.header-quick-access-list {
|
||||
overflow: hidden !important;
|
||||
overflow-x: hidden !important;
|
||||
scrollbar-width: none !important;
|
||||
-ms-overflow-style: none !important;
|
||||
}
|
||||
#header-quick-access ul.header-quick-access-list::-webkit-scrollbar {
|
||||
display: none !important;
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
}
|
||||
#header-quick-access ul.header-quick-access-list li.current.empty {
|
||||
flex: 1 !important;
|
||||
overflow: hidden !important;
|
||||
text-overflow: ellipsis !important;
|
||||
white-space: nowrap !important;
|
||||
max-width: none !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue