Skip to content
Snippets Groups Projects
Commit 068e5e21 authored by Eric Eastwood's avatar Eric Eastwood
Browse files

Fix note header author and time ago wrapping in parallel diff

parent 34a6d80e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -380,6 +380,12 @@ ul.notes {
padding-bottom: 5px;
}
 
.note-header-author-name {
@media (max-width: $screen-xs-max) {
display: none;
}
}
.note-headline-light {
display: inline;
 
Loading
Loading
@@ -717,9 +723,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 {
Loading
Loading
Loading
Loading
@@ -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
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