Fix Regression - unable to rearrange tasks within a checklist - v8.11.

Thanks to xet7 !

Fixes #5973
This commit is contained in:
Lauri Ojansivu 2025-10-23 00:14:30 +03:00
parent 0825374183
commit 544b24ceb1
2 changed files with 10 additions and 0 deletions

View file

@ -72,6 +72,10 @@ textarea.js-edit-checklist-item {
padding-top: 3px;
float: left;
}
.checklist-title span.fa.checklist-handle.fa-arrows::before {
content: "↕️" !important;
font-family: inherit !important;
}
#card-details-overlay {
top: 0;
bottom: -600px;
@ -148,6 +152,10 @@ textarea.js-edit-checklist-item {
padding-top: 2px;
padding-right: 10px;
}
.checklist-item span.fa.checklistitem-handle.fa-arrows::before {
content: "↕️" !important;
font-family: inherit !important;
}
.js-delete-checklist-item,
.js-convert-checklist-item-to-card {
margin: 0 0 0.5em 1.33em;