mirror of
https://github.com/penpot/penpot.git
synced 2025-05-28 02:36:10 +02:00
🐛 added title to workspace page list to display long names
This commit is contained in:
parent
19daffd1c0
commit
25b89ec59f
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@
|
|||
:auto-focus true
|
||||
:default-value (:name page "")}]]
|
||||
[:*
|
||||
[:span {:class (stl/css :page-name) :data-testid "page-name"}
|
||||
[:span {:class (stl/css :page-name) :title (:name page) :data-testid "page-name"}
|
||||
(:name page)]
|
||||
[:div {:class (stl/css :page-actions)}
|
||||
(when (and deletable? (not read-only?))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue