Compare commits

...

1 Commits

Author SHA1 Message Date
alonso.torres
23e7116b24 🐛 Fix problem with style in fonts input 2025-12-30 14:28:10 +01:00
3 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
### :bug: Bugs fixed
- Fix setting a portion of text as bold or underline messes things up [Github #7980](https://github.com/penpot/penpot/issues/7980)
- Fix problem with style in fonts input [Taiga #12935](https://tree.taiga.io/project/penpot/issue/12935)
## 2.12.0

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 {