Browse Source

Revert changes for fix orientation in CodeBlock.svelte

Revert changes for fix orientation in CodeBlock.svelte
_00_ 1 month ago
parent
commit
65a9a7eae0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/chat/Messages/CodeBlock.svelte

+ 1 - 1
src/lib/components/chat/Messages/CodeBlock.svelte

@@ -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';