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

pull/380/head
RAR 3 years ago
parent 85c5e597fe
commit fcb4e22f7f

@ -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 {

Loading…
Cancel
Save