mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
Merge pull request #8009 from penpot/alotor-fix-style-font-input
🐛 Fix problem with style in fonts input
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -126,6 +126,9 @@
|
||||
@include twoLineTextEllipsis;
|
||||
min-width: $sz-200;
|
||||
width: $sz-200;
|
||||
&.is-edition {
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
||||
> .filenames {
|
||||
|
||||
Reference in New Issue
Block a user