mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
Revert changes for fix orientation in CodeBlock.svelte
Revert changes for fix orientation in CodeBlock.svelte
This commit is contained in:
parent
804340ee26
commit
65a9a7eae0
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
export let code = '';
|
||||
export let attributes = {};
|
||||
|
||||
export let className = 'my-2 !text-left !direction-ltr';
|
||||
export let className = 'my-2';
|
||||
export let editorClassName = '';
|
||||
export let stickyButtonsClassName = 'top-0';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue