break words on overflow, resolves #135
This commit is contained in:
parent
98745dd83b
commit
7ef070b411
|
@ -68,6 +68,8 @@
|
||||||
|
|
||||||
ul.fa-ul {
|
ul.fa-ul {
|
||||||
li {
|
li {
|
||||||
|
word-break: break-all;
|
||||||
|
|
||||||
.fa-li {
|
.fa-li {
|
||||||
left: -11px;
|
left: -11px;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
|
|
Loading…
Reference in New Issue