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

@@ -130,8 +130,8 @@ button,
/* Fix katex overflow https://github.com/nunocoracao/blowfish/issues/2138 */
.katex-display {
padding-right: 2px;
width: calc(100% - 2px);
padding: 1em;
width: calc(100% - 1em);
}
/* Fix long tables breaking out of article on mobile */