mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +00:00
fix: some overflow issues
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
}
|
||||
|
||||
.block-content-wrapper {
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
max-width: calc(100% - 40px);
|
||||
}
|
||||
|
||||
.block-content {
|
||||
|
||||
Reference in New Issue
Block a user