mirror of
https://github.com/penpot/penpot.git
synced 2026-09-24 04:46:14 +00:00
♻️ Fix spacing on token-source title (#11817)
This commit is contained in:
parent
e140bd5393
commit
afdb6e9570
@ -26,7 +26,7 @@
|
||||
overflow-y: auto;
|
||||
scrollbar-gutter: stable;
|
||||
position: relative;
|
||||
padding-block: var(--sp-m) var(--sp-l);
|
||||
padding-block: var(--sp-xs) var(--sp-l);
|
||||
}
|
||||
|
||||
.tokens-section-wrapper {
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
display: flex;
|
||||
padding: 0 0 0 var(--sp-m);
|
||||
background-color: var(--low-emphasis-background);
|
||||
margin-block-end: var(--sp-xs);
|
||||
}
|
||||
|
||||
.tokens-source-header {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user