aboutsummaryrefslogtreecommitdiff
path: root/kamon-status/src/components/MetricList.vue
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-status/src/components/MetricList.vue')
-rw-r--r--kamon-status/src/components/MetricList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamon-status/src/components/MetricList.vue b/kamon-status/src/components/MetricList.vue
index b9b6a92a..60f7499a 100644
--- a/kamon-status/src/components/MetricList.vue
+++ b/kamon-status/src/components/MetricList.vue
@@ -10,7 +10,7 @@
<div class="col-12">
<card v-if="matchedMetrics.length > 0">
<div class="row no-gutters" v-for="(metric, index) in matchedMetrics" :key="metric.search">
- <div class="col-12 px-3 pt-1 pb-3">
+ <div class="col-12 px-3 pt-2 pb-3">
<div class="text-uppercase text-label">{{ metric.type }}</div>
<h5>{{ metric.name }}</h5>
<div class="tag-container">