1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix empty state paddings

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-06-01 12:57:24 +03:00
parent dddc97029a
commit 598e972d83
2 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,6 @@
.empty { .empty {
text-align: center; text-align: center;
padding-bottom: 45px;
} }
} }

View File

@ -8,7 +8,6 @@
min-height: 280px; min-height: 280px;
text-align: center; text-align: center;
padding: calc(var(--padding) * 2); padding: calc(var(--padding) * 2);
padding-top: 45px;
} }
.chart { .chart {