callout-text style overflow-hidden

This commit is contained in:
tangly1024.com
2024-02-01 17:58:38 +08:00
parent 66fc70e4f9
commit 9a2d86e4dc

View File

@@ -950,6 +950,7 @@ code[class*='language-'] {
margin-left: 8px;
white-space: pre-wrap;
word-break: break-word;
overflow: hidden;
}
.notion-toggle {