mirror of
https://github.com/penpot/penpot.git
synced 2026-08-07 05:18:36 +00:00
🐛 Fix inputs broken when there are tokens on them (#10905)
This commit is contained in:
parent
485cb8e5ec
commit
e5d588ca54
@ -24,7 +24,7 @@
|
|||||||
inline-size: 100%;
|
inline-size: 100%;
|
||||||
background: var(--token-field-bg-color);
|
background: var(--token-field-bg-color);
|
||||||
border-radius: $br-8;
|
border-radius: $br-8;
|
||||||
padding: var(--sp-xs);
|
padding-inline-end: var(--sp-xs);
|
||||||
outline: $b-1 solid var(--token-field-outline-color);
|
outline: $b-1 solid var(--token-field-outline-color);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user