forked from open-webui/open-webui
fix: code styling for safari
This commit is contained in:
parent
970a71354b
commit
68c6f6979b
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
white-space-collapse: preserve !important;
|
/* white-space-collapse: preserve !important; */
|
||||||
white-space: nowrap;
|
white-space: pre;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue