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
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2017-04-24 21:18:33 +0300
committerJacob Schatz <jschatz@gitlab.com>2017-04-24 21:18:33 +0300
commit1884f650ac4f34f1c0883112a4e3ce22caac869d (patch)
treeef6f083484b53073f0835891e5690199f5ead132 /app
parent640e8093d4e9a96e3c6b787d6b5bd5f679594724 (diff)
parentb16a8e0dd6214a3c06b58bee8fa406b3348caf97 (diff)
Merge branch '31269-task-scroll' into 'master'
Add normal wrapping to task lists Closes #31269 See merge request !10860
Diffstat (limited to 'app')
-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;
+ }
}
/**