Skip to content

Commit

Permalink
fix(ui): divider for inventory page
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Dec 26, 2024
1 parent b979211 commit 0e9490c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/project/Inventory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</v-menu>
</v-toolbar>

<v-divider class="hidden-lg-and-down"/>
<v-divider />

<v-data-table
:headers="headers"
Expand Down

0 comments on commit 0e9490c

Please sign in to comment.