0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-11 01:28:30 -05:00

🐛 Fix height 100% cropped

This commit is contained in:
Alejandro Alonso 2023-03-01 11:45:00 +01:00 committed by Alonso Torres
parent fc1f2b2a9f
commit 9a272f69c7

View file

@ -127,7 +127,7 @@
:on-click #(on-change-behavior :v :fix)}
i/auto-fix-layout]
(when fill?
[:button.behavior-btn.tooltip.tooltip-bottom
[:button.behavior-btn.tooltip.tooltip-bottom-left
{:alt "Height 100%"
:class (dom/classnames :active (= layout-item-v-sizing :fill))
:on-click #(on-change-behavior :v :fill)}