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

Fixing .drawer-content paddings

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-11-23 15:28:57 +03:00
parent becd971dab
commit e5e02f058a

View File

@ -66,10 +66,7 @@
.drawer-content {
overflow: auto;
> *:not(.Spinner) {
padding: var(--spacing);
}
padding: var(--spacing);
.Table .TableHead {
background-color: $contentColor;