Commit ef1a1587 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'image-discussion-ff-fix' into 'master'

Fixed image discussion styling

Closes #54110

See merge request gitlab-org/gitlab-ce!23127
parents e1d2a155 718c66f6
......@@ -415,7 +415,6 @@ span.idiff {
}
.preview-container {
height: 100%;
overflow: auto;
.file-container {
......
......@@ -842,11 +842,15 @@
background-repeat: repeat;
}
.diff-file-discussions + .discussion-form::before {
width: auto;
margin-left: -16px;
margin-right: -16px;
margin-bottom: 16px;
.diff-file-discussions + .discussion-form {
padding: $gl-padding;
&::before {
width: auto;
margin-left: -$gl-padding;
margin-right: -$gl-padding;
margin-bottom: $gl-padding;
}
}
.notes {
......
......@@ -433,14 +433,8 @@ $note-form-margin-left: 72px;
}
.discussion-notes {
&:not(:first-child) {
border-top: 1px solid $white-normal;
margin-top: 20px;
}
&:not(:last-child) {
border-bottom: 1px solid $white-normal;
margin-bottom: 20px;
margin-bottom: 0;
}
.system-note {
......
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