mirror of
https://github.com/open-webui/open-webui.git
synced 2026-04-28 11:38:38 -05:00
fix: code styling for safari
This commit is contained in:
@@ -15,8 +15,8 @@ html {
|
||||
}
|
||||
|
||||
code {
|
||||
white-space-collapse: preserve !important;
|
||||
white-space: nowrap;
|
||||
/* white-space-collapse: preserve !important; */
|
||||
white-space: pre;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user