mirror of
https://github.com/plankanban/planka.git
synced 2025-08-09 15:35:29 +02:00
fix: Added ... when list name is too long (changed max to 4 lines)
This commit is contained in:
parent
85c5e597fe
commit
fcb4e22f7f
1 changed files with 4 additions and 1 deletions
|
@ -119,11 +119,14 @@
|
||||||
color: #17394d;
|
color: #17394d;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
max-height: 256px;
|
max-height: 82px;
|
||||||
outline: none;
|
outline: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-line-clamp: 4;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headerNameCollapsed {
|
.headerNameCollapsed {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue