Make KaTeX scrollable
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danila Fedorin 2020-03-10 18:39:56 -07:00
parent 768c43df2d
commit a2c84f5c40
1 changed files with 1 additions and 0 deletions

View File

@ -152,4 +152,5 @@ td {
.katex-html {
white-space: nowrap;
overflow-x: auto;
}