mirror of
https://github.com/penpot/penpot.git
synced 2025-05-07 14:55:55 +02:00
🐛 Fix problem with board name input style (#5870)
This commit is contained in:
parent
0aa95ea058
commit
faa3451da9
1 changed files with 2 additions and 0 deletions
|
@ -87,4 +87,6 @@
|
||||||
padding-left: $s-6;
|
padding-left: $s-6;
|
||||||
border: $s-1 solid var(--input-border-color-focus);
|
border: $s-1 solid var(--input-border-color-focus);
|
||||||
color: var(--layer-row-foreground-color);
|
color: var(--layer-row-foreground-color);
|
||||||
|
width: 100%;
|
||||||
|
max-width: initial;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue