Commit 921a6ad5 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch 'zcuddy-flash-padding-suggestion' into 'master'

Add Flash spacing on merge request show page

Closes #232512

See merge request gitlab-org/gitlab!39903
parents fd8c24f8 238a5773
......@@ -1033,3 +1033,9 @@ $mr-widget-min-height: 69px;
.diff-file-row.is-active {
background-color: $gray-50;
}
.merge-request-container {
.flash-container {
@include gl-mb-4;
}
}
- @gfm_form = true
- @content_class = "limit-container-width" unless fluid_layout
- @content_class = "merge-request-container#{' limit-container-width' unless fluid_layout}"
- add_to_breadcrumbs _("Merge Requests"), project_merge_requests_path(@project)
- breadcrumb_title @merge_request.to_reference
- page_title "#{@merge_request.title} (#{@merge_request.to_reference})", _("Merge Requests")
......
---
title: Add Flash spacing on merge request show page
merge_request: 39903
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment