Add normal wrapping to task lists

This commit is contained in:
Annabel Dunstone Gray 2017-04-21 14:32:51 -05:00
parent 37a91bf900
commit b16a8e0dd6
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;
}
}
/**