Skip to content

Commit 0aba0d5

Browse files
committed
fix: simplify grid classes in NodeDetail for improved clarity
1 parent f19d4cc commit 0aba0d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/ui/src/views/NodeDetail.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<cv-column>
9494
<!-- card grid -->
9595
<div
96-
class="card-grid grid-cols-1 sm:grid-cols-1 md:grid-cols-2 xl:grid-cols-4 3xl:grid-cols-4"
96+
class="card-grid grid-cols-1 md:grid-cols-2 xl:grid-cols-4"
9797
>
9898
<cv-tile :light="true">
9999
<h4 class="mg-bottom-lg">{{ $t("node_detail.overview") }}</h4>
@@ -176,7 +176,7 @@
176176
</template>
177177
</cv-tile>
178178
<cv-tile
179-
class="md:col-span-2 lg:col-span-2 xl:col-span-2 3xl:col-span-2"
179+
class="md:col-span-2"
180180
:light="true"
181181
>
182182
<h4 class="mg-bottom-lg">{{ $t("node_detail.alerts") }}</h4>

0 commit comments

Comments
 (0)