1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-27 00:59:44 +02:00

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;
}