fix(ui): markdown table horizontal scrollbar https://github.com/logseq/db-test/issues/84

This commit is contained in:
charlie
2024-09-13 12:17:36 +08:00
parent 1facbfea05
commit ca00f843b7
3 changed files with 16 additions and 3 deletions

View File

@@ -72,6 +72,10 @@
@apply flex flex-1 flex-row flex-wrap gap-1;
}
.block-content-or-editor-inner {
@apply flex flex-1 flex-col w-full;
}
.block-head-wrap {
@apply flex flex-1 w-full flex-row flex-wrap;
@apply justify-between items-center;