fix: update word break style

This commit is contained in:
yanglbme 2020-06-07 11:16:55 +08:00
parent bdd95111c1
commit 0c58c193cd

View File

@ -83,6 +83,7 @@ section {
justify-content: center;
display: flex;
overflow: scroll;
word-break: break-all;
}
.main-section {