At opened card, toggle to show checklist at minicard. Part 2.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-08-21 23:57:03 +03:00
parent 427eb8ebd1
commit 2c99d1cecb
3 changed files with 25 additions and 1 deletions

View file

@ -8,10 +8,13 @@ textarea.js-edit-checklist-item {
resize: none;
height: 34px;
}
.text-show-at-minicard {
.card-details .text-show-at-minicard {
width: 350px;
text-align: left;
}
.minicard .text-show-at-minicard {
display: none;
}
.text-some-space {
width: 20px;
}