Skip to content

Commit

Permalink
remove overflow hidden in FormTabs
Browse files Browse the repository at this point in the history
  • Loading branch information
bastihilger committed Oct 18, 2020
1 parent 307b8e8 commit f777cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/FormTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
</div>

<div class="relationship-tabs-panel card w-full overflow-hidden">
<div class="relationship-tabs-panel card w-full">
<div class="flex flex-row">
<div
class="py-5 px-8 border-b-2 focus:outline-none tab cursor-pointer"
Expand Down

0 comments on commit f777cd0

Please sign in to comment.