Truncar descrição dos cards de tarefas em 2 linhas

This commit is contained in:
Frederico Castro
2026-02-28 00:47:22 -03:00
parent 738ab12631
commit 4db351cb45

View File

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