Commit 1884f650 authored by Jacob Schatz's avatar Jacob Schatz

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

Add normal wrapping to task lists

Closes #31269

See merge request !10860
parents 640e8093 b16a8e0d
......@@ -386,6 +386,10 @@ ul.notes {
.note-headline-meta {
display: inline-block;
white-space: nowrap;
.system-note-message {
white-space: normal;
}
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment