Skip to content

Commit

Permalink
Fix: Remove unnecessary classes from app list container in AppSection…
Browse files Browse the repository at this point in the history
….vue
  • Loading branch information
jerrykuku committed Dec 11, 2024
1 parent 1ed5b20 commit e36ea47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Apps/AppSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<!-- Title Bar End -->

<!-- App List Start -->
<div class="columns is-variable is-2 is-multiline app-list contextmenu-canvas">
<div class="app-list contextmenu-canvas">
<!-- Application not imported Start -->
<div v-for="item in oldAppList" :id="'app-' + item.name" :key="'app-' + item.name" class="handle">
<app-card
Expand Down

0 comments on commit e36ea47

Please sign in to comment.