We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87765b7 commit 87869e1Copy full SHA for 87869e1
src/lib/components/common/jschema/StringProperty.svelte
@@ -19,7 +19,7 @@
19
{#if schemaProperty.description}
20
{/if}
21
</div>
22
- <div class='property-input ms-auto w-25'>
+ <div class='property-input ms-auto w-50'>
23
<input type='text' bind:value={schemaProperty.value} on:change={handleValueChange} class='form-control'>
24
25
0 commit comments