enhance: add padding right to block container

This commit is contained in:
Tienson Qin
2025-02-24 17:32:49 +08:00
parent 0d57b2a141
commit 88f507d34c

View File

@@ -72,7 +72,7 @@
}
.block-content-or-editor-inner {
@apply flex flex-1 flex-col w-full;
@apply flex flex-1 flex-col w-full pr-1;
}
.block-head-wrap {