Skip to content
Snippets Groups Projects
Commit ef1a1587 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -415,7 +415,6 @@ span.idiff {
}
 
.preview-container {
height: 100%;
overflow: auto;
 
.file-container {
Loading
Loading
Loading
Loading
@@ -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 {
Loading
Loading
Loading
Loading
@@ -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 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment