mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Fix list header too wide in cleanlight and cleandark themes
This commit is contained in:
parent
b29c19f5e0
commit
f03744d99b
1 changed files with 5 additions and 0 deletions
|
@ -3268,6 +3268,11 @@ THEME - Clean Light
|
|||
background: none;
|
||||
}
|
||||
|
||||
.board-color-cleanlight .list .list-header div:has(.list-header-name),
|
||||
.board-color-cleandark .list .list-header div:has(.list-header-name) {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.board-color-cleanlight .list .list-header-name {
|
||||
color: rgba(10, 10, 20, 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue