mirror of https://github.com/penpot/penpot.git
added width property to avoid shrinking on icons
This commit is contained in:
parent
8e35ad0f7f
commit
a98ba72c12
|
|
@ -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 New Issue