Remove nowrap from every li

This commit is contained in:
Ilya Ig. Petrov 2017-06-05 17:19:40 +05:00
parent 9728db3467
commit e4e164635a

View File

@ -40,7 +40,7 @@ export default function append(document, { flags }) {
ul, ol {
list-style-type: none;
}
li, .nowrap {
.nowrap {
white-space: nowrap;
word-break: keep-all;
}