♻️ Fix spacing on token-source title (#11817)

This commit is contained in:
Eva Marco 2026-09-23 17:50:16 +02:00 committed by GitHub
parent e140bd5393
commit afdb6e9570
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@
overflow-y: auto; overflow-y: auto;
scrollbar-gutter: stable; scrollbar-gutter: stable;
position: relative; position: relative;
padding-block: var(--sp-m) var(--sp-l); padding-block: var(--sp-xs) var(--sp-l);
} }
.tokens-section-wrapper { .tokens-section-wrapper {

View File

@ -24,6 +24,7 @@
display: flex; display: flex;
padding: 0 0 0 var(--sp-m); padding: 0 0 0 var(--sp-m);
background-color: var(--low-emphasis-background); background-color: var(--low-emphasis-background);
margin-block-end: var(--sp-xs);
} }
.tokens-source-header { .tokens-source-header {