0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 16:00:19 -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 committed by Eva
parent 8e35ad0f7f
commit a98ba72c12

View file

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