mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 10:36:13 +02:00
🐛 Fix code block height
This commit is contained in:
parent
a207114d95
commit
6db7fe5f7b
2 changed files with 7 additions and 2 deletions
|
@ -244,7 +244,8 @@
|
|||
(fn [result]
|
||||
(reset! images-data* result)))))
|
||||
|
||||
[:div {:class (stl/css :element-options)}
|
||||
[:div {:class (stl/css-case :element-options true
|
||||
:viewer-code-block (= :viewer from))}
|
||||
[:div {:class (stl/css :attributes-block)}
|
||||
[:button {:class (stl/css :download-button)
|
||||
:on-click handle-copy-all-code}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue