🐛 Fix no gap on token list

This commit is contained in:
Eva Marco 2026-05-19 11:01:39 +02:00 committed by GitHub
parent a9d0feb8fd
commit ed746bb694
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@
display: flex;
flex-wrap: wrap;
padding-inline-start: calc(var(--node-spacing));
gap: var(--sp-xs);
& .node-parent {
flex: 1 0 100%;