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 b82f398 commit 2be5628Copy full SHA for 2be5628
resources/js/components/fieldtypes/VideoFieldtype.vue
@@ -10,7 +10,7 @@
10
@update:model-value="update"
11
@focus="$emit('focus')"
12
@blur="$emit('blur')"
13
- class="border-s-0"
+ input-class="border-s-0"
14
/>
15
</ui-input-group>
16
<ui-description v-if="isInvalid" class="text-red-600">{{ __('statamic::validation.url') }}</ui-description>
0 commit comments