Skip to content

Commit 9088486

Browse files
committed
Apply container styles similar to class input's styles
1 parent f585cb0 commit 9088486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/FormField.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{{ fullscreenButtonText.on }}
1111
</button>
1212
</div>
13-
<div :id=containerId :style="{height: field.height || '800px'}"></div>
13+
<div :id=containerId :style="{height: field.height || '800px'}" class="form-input-bordered"></div>
1414
<p v-if="hasError" class="my-2 text-danger">
1515
{{ firstError }}
1616
</p>

0 commit comments

Comments
 (0)