We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19d4cc commit 0aba0d5Copy full SHA for 0aba0d5
core/ui/src/views/NodeDetail.vue
@@ -93,7 +93,7 @@
93
<cv-column>
94
<!-- card grid -->
95
<div
96
- class="card-grid grid-cols-1 sm:grid-cols-1 md:grid-cols-2 xl:grid-cols-4 3xl:grid-cols-4"
+ class="card-grid grid-cols-1 md:grid-cols-2 xl:grid-cols-4"
97
>
98
<cv-tile :light="true">
99
<h4 class="mg-bottom-lg">{{ $t("node_detail.overview") }}</h4>
@@ -176,7 +176,7 @@
176
</template>
177
</cv-tile>
178
<cv-tile
179
- class="md:col-span-2 lg:col-span-2 xl:col-span-2 3xl:col-span-2"
+ class="md:col-span-2"
180
:light="true"
181
182
<h4 class="mg-bottom-lg">{{ $t("node_detail.alerts") }}</h4>
0 commit comments