Commit b11dad83 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '220058' into 'master'

Fix sidebar spacing for alert details

See merge request gitlab-org/gitlab!33630
parents acd2c7ad d1e17b72
......@@ -177,7 +177,11 @@ export default {
{{ createIssueError }}
</gl-alert>
<div v-if="loading"><gl-loading-icon size="lg" class="gl-mt-5" /></div>
<div v-if="alert" class="alert-management-details gl-relative">
<div
v-if="alert"
class="alert-management-details gl-relative"
:class="{ 'pr-8': sidebarCollapsed }"
>
<div
class="gl-display-flex gl-justify-content-space-between gl-align-items-baseline gl-px-1 py-3 py-md-4 gl-border-b-1 gl-border-b-gray-200 gl-border-b-solid flex-column flex-sm-row"
>
......
---
title: Fix sidebar spacing for alert details
merge_request: 33630
author:
type: fixed
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