fix: Add task counter in card modal (#525)

Closes #467
This commit is contained in:
Vishnu Kaushik
2023-10-21 00:50:04 +05:30
committed by GitHub
parent d8ee1ecdd1
commit ded58dc8b0
2 changed files with 32 additions and 8 deletions

View File

@@ -3,6 +3,23 @@
margin: 0 0 16px;
}
.progressWrapper {
display: inline-block;
padding: 3px 0;
vertical-align: top;
width: calc(100% - 50px);
}
.count {
color: #8c8c8c;
display: inline-block;
font-size: 14px;
line-height: 14px;
text-align: right;
vertical-align: top;
width: 50px;
}
.taskButton {
background: transparent;
border: none;