feat: Description icon on front of cards

Closes #563
This commit is contained in:
Maksim Eltyshev
2024-10-22 21:22:46 +02:00
parent 13e0dde728
commit 96a1049fb6
4 changed files with 31 additions and 4 deletions

View File

@@ -39,6 +39,13 @@
vertical-align: top;
}
.attachmentContent {
color: #6a808b;
font-size: 12px;
line-height: 20px;
padding: 0px 3px;
}
.attachmentLeft {
margin-right: 4px;
}