mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 11:20:13 +01:00
Merge pull request #5641 from NadavTasher/bugfix/fix-weird-add-checklist-buttons-in-card-details
Fix weird add checklist buttons in card details
This commit is contained in:
commit
d69a505928
2 changed files with 3 additions and 5 deletions
|
|
@ -4135,11 +4135,6 @@ THEME - Clean Light
|
|||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.board-color-cleanlight .card-details-left .js-open-inlined-form,
|
||||
.board-color-cleandark .card-details-left .js-open-inlined-form {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.board-color-cleanlight .new-comment .fa,
|
||||
.board-color-cleandark .new-comment .fa {
|
||||
display: none;
|
||||
|
|
|
|||
|
|
@ -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