Aumentar truncate dos cards de tarefas e adicionar margem no footer

This commit is contained in:
Frederico Castro
2026-02-28 01:22:45 -03:00
parent bbfb9864bd
commit 6a21a4d711
3 changed files with 82 additions and 6 deletions

View File

@@ -3364,9 +3364,6 @@ tbody tr:hover td {
font-size: 14px;
font-weight: 600;
color: var(--text-primary);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.task-card-description {
@@ -3374,13 +3371,13 @@ tbody tr:hover td {
color: var(--text-secondary);
line-height: 1.5;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
max-height: 3em;
}
.task-card-footer {
margin-top: 12px;
display: flex;
align-items: center;
justify-content: space-between;