fix: fix mathjax text overflowing (#429)

This commit is contained in:
ayesha waris
2023-02-08 15:17:44 +05:00
committed by GitHub
parent a479ba5955
commit 21bec39c0f

View File

@@ -428,3 +428,7 @@ header {
height: 24px;
width: 24px;
}
.MJX-TEX {
white-space: normal;
}