fix: some overflow issues

This commit is contained in:
Peng Xiao
2021-06-14 23:15:56 +08:00
committed by Tienson Qin
parent aa72c37c2b
commit ef1e5494ff
4 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
}
.block-content-wrapper {
width: 100%;
width: 100%;
max-width: calc(100% - 40px);
}
.block-content {