mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 07:56: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 {
|
.tab-spacing {
|
||||||
margin-right: $s-12;
|
margin-right: $s-12;
|
||||||
margin-bottom: $s-8;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-class {
|
.content-class {
|
||||||
|
@ -33,4 +32,5 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: $s-8;
|
gap: $s-8;
|
||||||
|
padding-top: $s-8;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue