Commit 49efb579 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '56389-remove-unwanted-suggestion-flash-margin' into 'master'

Remove unwanted margin above suggested changes.

Closes #56389

See merge request gitlab-org/gitlab-ce!24419
parents c5bc18da 0cd37ad9
......@@ -129,7 +129,7 @@ export default {
<template>
<div>
<div class="flash-container mt-3"></div>
<div class="flash-container js-suggestions-flash"></div>
<div v-show="isRendered" ref="container" v-html="noteHtml"></div>
</div>
</template>
---
title: Remove unwanted margin above suggested changes.
merge_request: 24419
author:
type: fixed
......@@ -61,7 +61,7 @@ describe('Suggestion component', () => {
describe('mounted', () => {
it('renders a flash container', () => {
expect(vm.$el.querySelector('.flash-container')).not.toBeNull();
expect(vm.$el.querySelector('.js-suggestions-flash')).not.toBeNull();
});
it('renders a container for suggestions', () => {
......
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