mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
fix sitemap btn bug
This commit is contained in:
parent
bd4b8d3354
commit
43ef168d0b
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@
|
|||
border-radius: $br-small;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
min-width: 164px;
|
||||
padding: $x-small $x-big+$x-small $x-small $medium;
|
||||
padding: $x-small $x-small $x-small $medium;
|
||||
width: 164px;
|
||||
|
||||
svg {
|
||||
fill: $intense-ui-icons;
|
||||
|
|
Loading…
Reference in a new issue