Fix long item names overflowing

This commit is contained in:
Wingysam 2018-11-23 18:04:24 -05:00
parent 0117e0aebe
commit 062911f277
2 changed files with 5 additions and 1 deletions

View file

@ -18,6 +18,10 @@
margin-left: 0 !important;
}
.overflowWrap {
overflow-wrap: break-word;
}
ul.noStyle li {
list-style-type: none;
}