Merge branch 'dz-fix-mr-widget-padding' into 'master'
Add bottom padding for merge request command line text Because without bottom padding text is too close to the UI tabs - hard to navigate See merge request !4681
This commit is contained in:
commit
af1574e041
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
= render "projects/merge_requests/widget/show.html.haml"
|
||||
|
||||
- if @merge_request.source_branch_exists? && @merge_request.mergeable? && @merge_request.can_be_merged_by?(current_user)
|
||||
.light.prepend-top-default
|
||||
.light.prepend-top-default.append-bottom-default
|
||||
You can also accept this merge request manually using the
|
||||
= succeed '.' do
|
||||
= link_to "command line", "#modal_merge_info", class: "how_to_merge_link vlink", title: "How To Merge", "data-toggle" => "modal"
|
||||
|
|
Loading…
Reference in a new issue