Commit ef6f5f7e authored by Phil Hughes's avatar Phil Hughes

Merge branch 'fix-draft-message-margin' into 'master'

- Removed left margin from draft message

See merge request gitlab-org/gitlab!75980
parents 10e5a783 c12c57fa
......@@ -165,7 +165,7 @@ export default {
<div class="mr-widget-body media">
<status-icon :show-disabled-button="canUpdate" status="warning" />
<div class="media-body">
<div class="gl-ml-3 float-left">
<div class="float-left">
<span class="gl-font-weight-bold">
{{
__("Merge blocked: merge request must be marked as ready. It's still marked as draft.")
......
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