Truncar descrição dos cards de tarefas em 2 linhas
This commit is contained in:
@@ -3370,6 +3370,10 @@ tbody tr:hover td {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: var(--text-secondary);
|
color: var(--text-secondary);
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.task-card-footer {
|
.task-card-footer {
|
||||||
|
|||||||
Reference in New Issue
Block a user