Fix long item names overflowing
This commit is contained in:
parent
0117e0aebe
commit
062911f277
2 changed files with 5 additions and 1 deletions
|
@ -18,6 +18,10 @@
|
|||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.overflowWrap {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
ul.noStyle li {
|
||||
list-style-type: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue