🐛 Fix titles in viewer thumbnails too long

This commit is contained in:
alonso.torres 2021-03-29 19:07:56 +02:00 committed by Andrey Antukh
parent ed893b995d
commit 60f6093357
3 changed files with 6 additions and 1 deletions

View file

@ -91,7 +91,7 @@
{:class (classnames :selected selected?)}
[:& exports/frame-svg {:frame frame :objects objects}]]
[:div.thumbnail-info
[:span.name (:name frame)]]])
[:span.name {:title (:name frame)} (:name frame)]]])
(mf/defc thumbnails-panel
[{:keys [data index screen] :as props}]