0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-09 16:48:16 -05:00

🐛 Fix icon for grid manual position

This commit is contained in:
alonso.torres 2024-02-05 10:56:25 +01:00 committed by Andrey Antukh
parent 6f48f8eceb
commit a64854bf72
2 changed files with 2 additions and 3 deletions

View file

@ -221,7 +221,7 @@
(when (and (not multiple?) (or (= :manual cell-mode) (= :area cell-mode)))
[:div {:class (stl/css :row)}
[:div {:class (stl/css :grid-coord-group)}
[:span {:class (stl/css :icon)} i/layout-rows]
[:span {:class (stl/css :icon)} i/flex-vertical-refactor]
[:div {:class (stl/css :coord-input)}
[:> numeric-input*
{:placeholder "--"
@ -236,7 +236,7 @@
:value column-end}]]]
[:div {:class (stl/css :grid-coord-group)}
[:span {:class (stl/css :icon)} i/layout-columns]
[:span {:class (stl/css :icon)} i/flex-horizontal-refactor]
[:div {:class (stl/css :coord-input :double)}
[:> numeric-input*
{:placeholder "--"

View file

@ -70,4 +70,3 @@
overflow: hidden;
white-space: nowrap;
}