Merge branch '31269-task-scroll' into 'master'
Add normal wrapping to task lists Closes #31269 See merge request !10860
This commit is contained in:
commit
1884f650ac
1 changed files with 4 additions and 0 deletions
|
@ -386,6 +386,10 @@ ul.notes {
|
||||||
.note-headline-meta {
|
.note-headline-meta {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
|
.system-note-message {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue