mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 21:16:38 +02:00
🐛 Fix padding on design bar
This commit is contained in:
parent
dfbc449045
commit
cedcc15c9d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
|||
|
||||
.tab-spacing {
|
||||
margin-right: $s-12;
|
||||
margin-bottom: $s-8;
|
||||
}
|
||||
|
||||
.content-class {
|
||||
|
@ -33,4 +32,5 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: $s-8;
|
||||
padding-top: $s-8;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue