diff --git a/client/components/boards/boardColors.css b/client/components/boards/boardColors.css index e03b80fdd..b9d6f0587 100644 --- a/client/components/boards/boardColors.css +++ b/client/components/boards/boardColors.css @@ -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; diff --git a/client/components/cards/checklists.css b/client/components/cards/checklists.css index c730e0ac8..6b8c7e8f9 100644 --- a/client/components/cards/checklists.css +++ b/client/components/cards/checklists.css @@ -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;