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:
commit
b2b224e5a7
1 changed files with 1 additions and 0 deletions
|
@ -1403,6 +1403,7 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #31efb8;
|
||||
min-width: 28px;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
border-radius: 50%;
|
||||
|
|
Loading…
Add table
Reference in a new issue