mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Code blocks should be in LTR layout for all layouts
This commit is contained in:
parent
16b218e686
commit
4ccb5d39c7
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
</script>
|
||||
|
||||
{#if code}
|
||||
<div class="mb-4">
|
||||
<div class="mb-4" dir="ltr">
|
||||
<div
|
||||
class="flex justify-between bg-[#202123] text-white text-xs px-4 pt-1 pb-0.5 rounded-t-lg overflow-x-auto"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue