Add some padding to checklist title to make it seperate from card details body

This commit is contained in:
Nadav Tasher 2024-12-30 20:31:28 +02:00
parent 2948e0aa4f
commit efd22df657

View file

@ -45,6 +45,9 @@ textarea.js-edit-checklist-item {
border-radius: 16px;
height: 100%;
}
.checklist-title {
padding: 10px;
}
.checklist-title .checkbox {
float: left;
width: 30px;