Merge pull request #8009 from penpot/alotor-fix-style-font-input

🐛 Fix problem with style in fonts input
This commit is contained in:
Alejandro Alonso
2026-01-02 10:23:02 +01:00
committed by GitHub
3 changed files with 7 additions and 1 deletions

View File

@@ -360,7 +360,9 @@
(st/emit! (modal/show options)))))]
[:div {:class (stl/css :font-item :table-row)}
[:div {:class (stl/css :table-field :family)}
[:div {:class (stl/css-case :table-field true
:family true
:is-edition edition?)}
(if ^boolean edition?
[:input {:type "text"
:auto-focus true

View File

@@ -126,6 +126,9 @@
@include twoLineTextEllipsis;
min-width: $sz-200;
width: $sz-200;
&.is-edition {
overflow: visible;
}
}
> .filenames {