Skip to content

Commit

Permalink
Fix border top
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarpsvo committed Sep 9, 2024
1 parent 67d556b commit fe575a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/DetailField.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="translatable-field pt-2 border-t border-gray-100 dark:border-gray-700 -mx-6 px-6" ref="main">
<div class="translatable-field pt-2 -mx-6 px-6" ref="main">
<LocaleTabs
:detail="true"
:attribute="field.attribute"
Expand Down

0 comments on commit fe575a9

Please sign in to comment.