1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-08 23:15:31 +02:00

fix: Added ... when list name is too long (changed max to 4 lines)

This commit is contained in:
RAR 2023-01-13 01:48:22 +01:00
parent 85c5e597fe
commit fcb4e22f7f

View file

@ -119,11 +119,14 @@
color: #17394d;
font-weight: bold;
line-height: 20px;
max-height: 256px;
max-height: 82px;
outline: none;
overflow: hidden;
overflow-wrap: break-word;
word-break: break-word;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.headerNameCollapsed {