Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-12-22 21:38:44 +0300
committerFilipa Lacerda <filipa@gitlab.com>2016-12-22 22:06:33 +0300
commit7d7ba0b441bf600f3c047afdb1f7355ae690cd8a (patch)
tree5eb0eb7f6ea76957fb1c1d51410fb02ce75ef006 /app/views
parent47550d092f0a6cbedc58752d1a220fe519b8ea01 (diff)
Fix text overflow
Fix text overflow in comments in MR Adds MR ID to CHANGELOG entry
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/notes/_note.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/_note.html.haml b/app/views/projects/notes/_note.html.haml
index 778a32e6345..399cf85cd0f 100644
--- a/app/views/projects/notes/_note.html.haml
+++ b/app/views/projects/notes/_note.html.haml
@@ -10,7 +10,7 @@
.timeline-content
.note-header
= link_to_member(note.project, note.author, avatar: false)
- .inline.note-headline-light
+ .note-headline-light
= note.author.to_reference
- unless note.system
commented