Skip to content

Commit c809f66

Browse files
author
Joshua Stübner
committed
feat(forms): fix markdown editor field
1 parent 5bdd18a commit c809f66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/forms-svelte/src/lib/markdoc/MarkdownEditor.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ let { htmlOutput = $bindable(), value = $bindable(), ...rest }: MarkdownInputPro
2020
inline-size: 100%;
2121
2222
--input-field-max-inline-size: 100%;
23+
--input-inline-size: auto;
2324
min-block-size: var(--nc-markdown-min-block-size, 8lh);
2425
isolation: isolate;
2526

0 commit comments

Comments
 (0)