0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Fix padding without sets

This commit is contained in:
Florian Schroedl 2024-08-20 18:40:02 +02:00
parent 2487f34b72
commit f9704fe7aa

View file

@ -48,9 +48,16 @@
.tokens-section-wrapper {
flex: 1;
padding-top: $s-12;
padding-left: $s-12;
overflow-y: auto;
}
// TODO Remove once sets are available to public
.sets-section-wrapper + .tokens-section-wrapper {
padding-top: 0;
}
.token-pills-wrapper {
display: flex;
gap: $s-4;