Commit e1e186bb authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Wrap MR content -stable branch

parent 7d10817c
...@@ -374,6 +374,15 @@ ul.notes { ...@@ -374,6 +374,15 @@ ul.notes {
} }
} }
.note-headline-meta {
display: inline-block;
white-space: nowrap;
.system-note-message {
white-space: normal;
}
}
/** /**
* Actions for Discussions/Notes * Actions for Discussions/Notes
*/ */
......
...@@ -12,12 +12,14 @@ ...@@ -12,12 +12,14 @@
= image_tag avatar_icon(note.author), alt: '', class: 'avatar s40' = image_tag avatar_icon(note.author), alt: '', class: 'avatar s40'
.timeline-content .timeline-content
.note-header .note-header
%a.visible-xs{ href: user_path(note.author) } .note-header-info
= note.author.to_reference %a{ href: user_path(note.author) }
= link_to_member(note.project, note.author, avatar: false, extra_class: 'hidden-xs')
.note-headline-light
%span.hidden-xs %span.hidden-xs
= sanitize(note.author.name)
%span.note-headline-light
= note.author.to_reference = note.author.to_reference
%span.note-headline-light
%span.note-headline-meta
- unless note.system - unless note.system
commented commented
- if note.system - if note.system
......
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