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:
parent
8e35ad0f7f
commit
a98ba72c12
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…
Reference in a new issue