Commit d9a1e681 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'system-notes-broken-css' into 'master'

Fix broken CSS for system notes

See merge request gitlab-org/gitlab!34870
parents 97e22f10 1ec43850
...@@ -68,6 +68,6 @@ ...@@ -68,6 +68,6 @@
} }
.note-header-info { .note-header-info {
margin-top: 1px; @include gl-mt-1;
} }
} }
...@@ -10,6 +10,7 @@ $note-form-margin-left: 72px; ...@@ -10,6 +10,7 @@ $note-form-margin-left: 72px;
top: 0; top: 0;
bottom: 0; bottom: 0;
left: $left; left: $left;
height: calc(100% - 20px);
} }
} }
......
---
title: Fix broken CSS for system notes
merge_request: 34870
author:
type: other
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