fix(katex): content hidden at container edges

This commit is contained in:
ZhenShuo Leo
2025-10-04 00:39:15 +08:00
parent ba8aac3a14
commit fefb7d2fb5
2 changed files with 4 additions and 4 deletions

View File

@@ -3746,8 +3746,8 @@ button, [role="button"] {
overflow: auto hidden;
}
.katex-display {
padding-right: 2px;
width: calc(100% - 2px);
padding: 1em;
width: calc(100% - 1em);
}
table {
display: block;