summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-21 14:32:51 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-21 14:32:51 -0500
commitb16a8e0dd6214a3c06b58bee8fa406b3348caf97 (patch)
treef5a8c988b01c6645caa914c718bcfb10d2e9a983
parent37a91bf90086bf8cde48769778298ff83b4687e8 (diff)
downloadgitlab-ce-31269-task-scroll.tar.gz
Add normal wrapping to task lists31269-task-scroll
-rw-r--r--app/assets/stylesheets/pages/notes.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 2ea2ff8362b..98b93cca6e3 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -386,6 +386,10 @@ ul.notes {
.note-headline-meta {
display: inline-block;
white-space: nowrap;
+
+ .system-note-message {
+ white-space: normal;
+ }
}
/**