Commit aa5434f2 authored by Frédéric Caplette's avatar Frédéric Caplette

Add spacing for pipeline editor alert close button

Following the change in layout inside the pipeline editor,
the alert close button was hidden by the drawer component.
This adds a margin class to the alert section so that
the close button is not hidden anymore.

Changelog: fixed
parent f8040dc5
......@@ -358,7 +358,7 @@ export default {
@createEmptyConfigFile="setNewEmptyCiConfigFile"
@refetchContent="refetchContent"
/>
<div v-else>
<div v-else class="gl-pr-10">
<pipeline-editor-messages
:failure-type="failureType"
:failure-reasons="failureReasons"
......
......@@ -90,7 +90,7 @@ export default {
</script>
<template>
<div class="gl-pr-10 gl-transition-medium gl-w-full">
<div class="gl-transition-medium gl-w-full">
<gl-modal
v-if="showSwitchBranchModal"
visible
......
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