Skip to content

Commit 87869e1

Browse files
committed
String property inputs grow until half the available width
1 parent 87765b7 commit 87869e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/common/jschema/StringProperty.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{#if schemaProperty.description}
2020
{/if}
2121
</div>
22-
<div class='property-input ms-auto w-25'>
22+
<div class='property-input ms-auto w-50'>
2323
<input type='text' bind:value={schemaProperty.value} on:change={handleValueChange} class='form-control'>
2424
</div>
2525
</div>

0 commit comments

Comments
 (0)