修复H标题不换行

This commit is contained in:
tangly
2022-10-17 21:45:12 +08:00
parent 6196260e51
commit 925d41bdbb

View File

@@ -388,13 +388,11 @@
.notion-h {
position: relative;
display: inline-block;
display: block; // H
font-weight: 600;
line-height: 1.3;
padding: 3px 2px;
margin-bottom: 1px;
max-width: 100%;
white-space: pre-wrap;
word-break: break-word;