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:
parent
dddc97029a
commit
598e972d83
@ -18,5 +18,6 @@
|
|||||||
|
|
||||||
.empty {
|
.empty {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding-bottom: 45px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user