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

Fixing PageLayout child positioning

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-03-11 09:56:30 +03:00
parent edfae3212d
commit 85bcdcc2c7

View File

@ -45,8 +45,6 @@
> .content-scrollable-area {
overflow: auto;
display: grid;
place-items: center;
> .content-wrapper {
display: grid;
@ -56,6 +54,7 @@
min-width: var(--min-width);
max-width: var(--max-width);
padding: calc(var(--spacing) * 2);
margin: 0 auto;
.content-navigation {
> ul {