🐛 Fix: katex-display height overflow

This commit is contained in:
Cell
2024-11-20 15:14:02 +08:00
parent fd000ad6b3
commit 3c96081689
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -521,6 +521,7 @@
.katex-display {
max-width: 100%;
overflow-x: auto;
padding-block: 2px;
}
@import '../_partials/_single/alert';
+1 -1
View File
@@ -1,4 +1,4 @@
{{- .Scratch.Set "version" "v0.3.16-35cc57e6" -}}
{{- .Scratch.Set "version" "v0.3.16-fd000ad6" -}}
{{- .Scratch.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}