Skip to content

Commit eab0ac7

Browse files
Fixed the grid view to be uniform in infra summary page
1 parent 8bf8367 commit eab0ac7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ui/src/views/infra/InfraSummary.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,10 @@
149149
</a-col>
150150
<template v-for="(section, index) in sections" :key="index">
151151
<a-col
152+
:xs="12"
153+
:sm="8"
152154
:md="6"
153-
style="margin-bottom: 12px"
155+
:style="{ marginBottom: '12px' }"
154156
v-if="routes[section]">
155157
<chart-card :loading="loading">
156158
<div class="chart-card-inner">

0 commit comments

Comments
 (0)