BigW Consortium Gitlab

Commit 000f4217 by Annabel Dunstone Gray Committed by Timothy Andrew

Merge branch '32801-fix-discussion-header-wrapping-in-parallel-diff' into 'master'

Fix note header author and time ago wrapping in parallel diff Closes #32801 See merge request !11702 Conflicts: app/assets/stylesheets/pages/notes.scss
parent 9da70328
......@@ -394,6 +394,19 @@ ul.notes {
padding-bottom: 8px;
}
<<<<<<< HEAD
=======
.system-note .note-header-info {
padding-bottom: 0;
}
.note-header-author-name {
@media (max-width: $screen-xs-max) {
display: none;
}
}
>>>>>>> 4144144... Merge branch '32801-fix-discussion-header-wrapping-in-parallel-diff' into 'master'
.note-headline-light {
display: inline;
......@@ -739,9 +752,8 @@ ul.notes {
// Merge request notes in diffs
.diff-file {
// Diff is side by side
.notes_content.parallel .note-header .note-headline-light {
.notes_content.parallel .note-header .note-header-author-name {
display: block;
position: relative;
}
// Diff is inline
.notes_content .note-header .note-headline-light {
......
......@@ -18,7 +18,7 @@
.note-header
.note-header-info
%a{ href: user_path(note.author) }
%span.hidden-xs
%span.note-header-author-name
= sanitize(note.author.name)
%span.note-headline-light
= note.author.to_reference
......
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