Commit 0cd37ad9 authored by Jacques Erasmus's avatar Jacques Erasmus Committed by Annabel Dunstone Gray

Remove unwanted margin above suggested changes.

parent c5bc18da
......@@ -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