fix text overflow in box

pull/15/head
septs 2023-06-29 06:49:57 +08:00
parent fb05b30752
commit 03401cc159
No known key found for this signature in database
GPG Key ID: 65144037AFA516E1
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,10 @@ main > .container {
}
}
.box {
word-wrap: break-word;
}
li > ul:last-child,
li > ol:last-child {
margin-top: 0.25em;