mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Add some padding to checklist title to make it seperate from card details body
This commit is contained in:
parent
2948e0aa4f
commit
efd22df657
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue