🐛 Fix inputs broken when there are tokens on them (#10905)

This commit is contained in:
Luis de Dios 2026-07-30 09:59:11 +02:00 committed by GitHub
parent 485cb8e5ec
commit e5d588ca54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@
inline-size: 100%;
background: var(--token-field-bg-color);
border-radius: $br-8;
padding: var(--sp-xs);
padding-inline-end: var(--sp-xs);
outline: $b-1 solid var(--token-field-outline-color);
position: relative;