Merge branch '31269-task-scroll' into 'master'

Add normal wrapping to task lists

Closes #31269

See merge request !10860
This commit is contained in:
Jacob Schatz 2017-04-24 18:18:33 +00:00
commit 1884f650ac
1 changed files with 4 additions and 0 deletions

View File

@ -386,6 +386,10 @@ ul.notes {
.note-headline-meta {
display: inline-block;
white-space: nowrap;
.system-note-message {
white-space: normal;
}
}
/**