0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

Merge pull request #2923 from ondrejkonec/BUG-fix-icon-resizing-on-small-displays

🐛 Add min-width property to avoid shrinking on icons
This commit is contained in:
Eva Marco 2023-02-09 13:17:34 +01:00 committed by GitHub
commit b2b224e5a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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