Commit e07b2b27 authored by Fatih Acet's avatar Fatih Acet

Merge branch '55033-discussion-system-note-alignment' into 'master'

Align system note within discussion with other notes

Closes #55033

See merge request gitlab-org/gitlab-ce!29367
parents d89405fd 6f1c9623
...@@ -265,8 +265,8 @@ $note-form-margin-left: 72px; ...@@ -265,8 +265,8 @@ $note-form-margin-left: 72px;
} }
.system-note { .system-note {
padding: 6px 21px; padding: $gl-padding-4 20px;
margin: $gl-padding-24 0; margin: $gl-padding 0;
background-color: transparent; background-color: transparent;
.note-header-info { .note-header-info {
...@@ -365,7 +365,7 @@ $note-form-margin-left: 72px; ...@@ -365,7 +365,7 @@ $note-form-margin-left: 72px;
height: $system-note-icon-size; height: $system-note-icon-size;
border: 1px solid $border-color; border: 1px solid $border-color;
border-radius: $system-note-icon-size; border-radius: $system-note-icon-size;
margin: -6px $gl-padding 0 0; margin: -6px 20px 0 0;
svg { svg {
width: $system-note-svg-size; width: $system-note-svg-size;
......
---
title: Align system note within discussion with other notes
merge_request:
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