Skip to content

Commit ae3faa1

Browse files
committed
Fix spacing in product variants fieldtype
1 parent ba17970 commit ae3faa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/Fieldtypes/ProductVariantsFieldtype.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ watch(
191191
<template>
192192
<div class="mt-2">
193193
<!-- Variants -->
194-
<div class="mb-12 flex flex-col">
194+
<div class="mb-8 flex flex-col">
195195
<Panel v-for="(variant, index) in variants" :key="index">
196196
<PanelHeader>
197197
<div class="flex items-center justify-between">

0 commit comments

Comments
 (0)