🐛 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

View File

@@ -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;
} }