From 1d3ffc57fcc90b5ca07a96718e4722780011a2f0 Mon Sep 17 00:00:00 2001 From: Filip Gutica Date: Wed, 12 Feb 2025 11:26:18 -0800 Subject: [PATCH] fix: styles --- .../dashboard-renderer/src/components/DashboardTile.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/analytics/dashboard-renderer/src/components/DashboardTile.vue b/packages/analytics/dashboard-renderer/src/components/DashboardTile.vue index 53e493afe9..9d425b5590 100644 --- a/packages/analytics/dashboard-renderer/src/components/DashboardTile.vue +++ b/packages/analytics/dashboard-renderer/src/components/DashboardTile.vue @@ -275,7 +275,7 @@ const exportCsv = () => { align-items: center; display: flex; justify-content: space-between; - padding: var(--kui-space-70, $kui-space-70) var(--kui-space-30, $kui-space-30) var(--kui-space-70, $kui-space-70) var(--kui-space-70, $kui-space-70); + padding: var(--kui-space-60, $kui-space-60) var(--kui-space-60, $kui-space-60) var(--kui-space-20, $kui-space-20) var(--kui-space-60, $kui-space-60); right: 0; width: 100%; @@ -338,7 +338,7 @@ const exportCsv = () => { .tile-content { flex-grow: 1; - margin: var(--kui-space-60, $kui-space-60); + margin: var(--kui-space-20, $kui-space-20) var(--kui-space-60, $kui-space-60) var(--kui-space-60, $kui-space-60) var(--kui-space-60, $kui-space-60); overflow: hidden; } }