fix text overflow in box
parent
fb05b30752
commit
03401cc159
|
@ -87,6 +87,10 @@ main > .container {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.box {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
li > ul:last-child,
|
li > ul:last-child,
|
||||||
li > ol:last-child {
|
li > ol:last-child {
|
||||||
margin-top: 0.25em;
|
margin-top: 0.25em;
|
||||||
|
|
Loading…
Reference in New Issue