Skip to content

Commit e36ea47

Browse files
committed
Fix: Remove unnecessary classes from app list container in AppSection.vue
1 parent 1ed5b20 commit e36ea47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Apps/AppSection.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<!-- Title Bar End -->
7575

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

0 commit comments

Comments
 (0)