Skip to content

Commit

Permalink
🐛 Fix: katex-display height overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Nov 20, 2024
1 parent fd000ad commit 3c96081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/css/_page/_single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@
.katex-display {
max-width: 100%;
overflow-x: auto;
padding-block: 2px;
}

@import '../_partials/_single/alert';
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/init/index.html
Original file line number Diff line number Diff line change
@@ -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" . -}}
Expand Down

0 comments on commit 3c96081

Please sign in to comment.