forked from open-webui/open-webui
fix: katex overflow issue
This commit is contained in:
parent
8175a323e9
commit
653a0ff02f
1 changed files with 4 additions and 0 deletions
|
@ -78,3 +78,7 @@ select {
|
||||||
/* for Chrome */
|
/* for Chrome */
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.katex-mathml {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue