0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-08 13:01:24 -05:00

🐛 Fix problem with board name input style (#5870)

This commit is contained in:
Alonso Torres 2025-02-17 12:26:04 +01:00 committed by GitHub
parent 0aa95ea058
commit faa3451da9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,4 +87,6 @@
padding-left: $s-6;
border: $s-1 solid var(--input-border-color-focus);
color: var(--layer-row-foreground-color);
width: 100%;
max-width: initial;
}