diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2017-04-24 18:18:33 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2017-04-24 18:18:33 +0000 |
commit | 1884f650ac4f34f1c0883112a4e3ce22caac869d (patch) | |
tree | ef6f083484b53073f0835891e5690199f5ead132 | |
parent | 640e8093d4e9a96e3c6b787d6b5bd5f679594724 (diff) | |
parent | b16a8e0dd6214a3c06b58bee8fa406b3348caf97 (diff) | |
download | gitlab-ce-1884f650ac4f34f1c0883112a4e3ce22caac869d.tar.gz |
Merge branch '31269-task-scroll' into 'master'
Add normal wrapping to task lists
Closes #31269
See merge request !10860
-rw-r--r-- | app/assets/stylesheets/pages/notes.scss | 4 |
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; + } } /** |