Skip to content

Commit

Permalink
Add a bit of space below the checkbox to make the user maintainer also
Browse files Browse the repository at this point in the history
  • Loading branch information
danidoni committed Oct 21, 2024
1 parent 8957753 commit 3e0dcdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.comment-preview.message-preview.border-bottom.border-gray-300.my-3
- if single_action_request && @is_target_maintainer && @bs_request.state.in?([:new, :review])
- if show_add_submitter_as_maintainer_option?
.form-check.mb-2
.form-check.mb-2.mt-2
= check_box_tag('add_submitter_as_maintainer_0', "#{@action.target_project}_#_#{@action.target_package}",
false,
class: 'form-check-input')
Expand Down

0 comments on commit 3e0dcdb

Please sign in to comment.