Skip to content

Commit

Permalink
Remove adjustment for bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Sep 11, 2024
1 parent 5dcdcbd commit a758f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}

&.is-opened {
padding: $grid-unit-20 $grid-unit-20 #{$grid-unit-20 + $grid-unit-05} $grid-unit-20;
padding: $grid-unit-20;
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/tools-panel/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const ToolsPanel = ( columns: number ) => css`
border-top: ${ CONFIG.borderWidth } solid ${ COLORS.gray[ 300 ] };
margin-top: -1px;
padding: ${ space( 4 ) } ${ space( 4 ) } ${ space( 5 ) } ${ space( 4 ) };
padding: ${ space( 4 ) };
`;

/**
Expand Down

0 comments on commit a758f2d

Please sign in to comment.