mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
fix: code styling for safari
This commit is contained in:
parent
970a71354b
commit
68c6f6979b
@ -15,8 +15,8 @@ html {
|
||||
}
|
||||
|
||||
code {
|
||||
white-space-collapse: preserve !important;
|
||||
white-space: nowrap;
|
||||
/* white-space-collapse: preserve !important; */
|
||||
white-space: pre;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user