mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix problem with board name input style (#5870)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user