Skip to content

Commit

Permalink
fix styling issue on detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
milewski committed Oct 11, 2023
1 parent 2ff7ba1 commit 78d97d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/js/tool.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions resources/js/components/IconActionToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,11 @@
}
</script>

<style>
div[dusk$="detail-component"] div.icon-action-toolbar {
@apply mx-0;
}
</style>

0 comments on commit 78d97d4

Please sign in to comment.