Merge branch 'patch-height' into hmsy

This commit is contained in:
2021-08-26 00:24:33 +08:00

View File

@@ -15,6 +15,8 @@ body {
box-sizing: border-box; box-sizing: border-box;
word-break: break-word; word-break: break-word;
height: 100%; height: 100%;
}
body.single-body {
justify-content: space-between; justify-content: space-between;
} }
p { p {