Revert changes for fix orientation in CodeBlock.svelte

Revert changes for fix orientation in CodeBlock.svelte
This commit is contained in:
_00_ 2025-08-27 03:46:07 +02:00 committed by GitHub
parent 804340ee26
commit 65a9a7eae0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@
export let code = ''; export let code = '';
export let attributes = {}; export let attributes = {};
export let className = 'my-2 !text-left !direction-ltr'; export let className = 'my-2';
export let editorClassName = ''; export let editorClassName = '';
export let stickyButtonsClassName = 'top-0'; export let stickyButtonsClassName = 'top-0';