0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

added width property to avoid shrinking on icons

This commit is contained in:
Ondřej Konečný 2023-02-08 12:16:34 +01:00
parent 2ea81c0114
commit 4b9d6fc794

View file

@ -1403,6 +1403,7 @@
align-items: center;
justify-content: center;
background: #31efb8;
min-width: 28px;
width: 28px;
height: 28px;
border-radius: 50%;