Skip to content

Commit

Permalink
Improve smaller breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmcdade committed Oct 28, 2024
1 parent 9e94bbe commit 93b4a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/components/Mappings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</thead>
<tbody>
<tr v-for="field in fields">
<td class="w-96">
<td class="w-1/3">
<label class="text-sm font-medium" :for="`mappings.${field.handle}.key`">
{{ field.display }}
</label>
Expand All @@ -43,7 +43,7 @@
@updated="mappings[field.handle] = $event"
>
<div slot-scope="{ setFieldValue, setFieldMeta }">
<div class="-mx-6">
<div class="-mx-4 md:-ml-6">
<publish-fields
:fields="field.fields"
@updated="setFieldValue"
Expand Down

0 comments on commit 93b4a5f

Please sign in to comment.