1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Adjust screen list column padding to line up with top components bar

This commit is contained in:
Andrew Kingston 2020-10-22 18:12:15 +01:00
parent 3b11fe6ab0
commit 62da83e27f

View file

@ -74,7 +74,7 @@
display: flex;
flex-direction: column;
gap: var(--spacing-m);
padding: var(--spacing-xl);
padding: var(--spacing-l) var(--spacing-xl);
overflow-y: auto;
border-right: 1px solid var(--grey-2);
}