mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 05:38:23 +02:00
🐛 Fix export multiple styles
This commit is contained in:
parent
2d52c4f4f5
commit
effb76c8db
2 changed files with 4 additions and 3 deletions
|
@ -1420,7 +1420,7 @@
|
|||
|
||||
.body {
|
||||
overflow-y: auto;
|
||||
margin: 0.5rem 0.5rem 0.5rem 0;
|
||||
margin: 0 0.5rem 0rem 0;
|
||||
}
|
||||
|
||||
.field {
|
||||
|
@ -1438,6 +1438,7 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
height: 32px;
|
||||
margin: 0 8px;
|
||||
width: 32px;
|
||||
|
||||
svg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue