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 f585cb0 commit 9088486Copy full SHA for 9088486
resources/js/components/FormField.vue
@@ -10,7 +10,7 @@
10
{{ fullscreenButtonText.on }}
11
</button>
12
</div>
13
- <div :id=containerId :style="{height: field.height || '800px'}"></div>
+ <div :id=containerId :style="{height: field.height || '800px'}" class="form-input-bordered"></div>
14
<p v-if="hasError" class="my-2 text-danger">
15
{{ firstError }}
16
</p>
0 commit comments