FIX Math formulas breaking page
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2026-03-04 15:19:15 +01:00
parent 5d0648bd56
commit 4bf46f3afc

View File

@ -72,3 +72,8 @@ details[open] summary .open-close-icon {
right: unset;
left: 20px;
}
math {
max-width: 100%;
overflow-x: scroll;
}