Skip to content

Commit

Permalink
fix/#778_custom_arrow_is_in_the_wrong_place (#788)
Browse files Browse the repository at this point in the history
* fix wrong place remove button

* fix minor ui
  • Loading branch information
richaferry authored Oct 7, 2024
1 parent 81b8d96 commit 75488b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/checklists/assets/css/admin-pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ textarea.pp-checklists-custom-item-title {
.pp-checklists-task-params {
position: relative;
> .pp-checklists-remove-custom-item {
padding-right: 40px !important;
padding-right: 5px !important;
padding-top: 5px !important;
}
}

Expand Down

0 comments on commit 75488b2

Please sign in to comment.