Skip to content

Commit

Permalink
PLAT-4158 Fix Panel padding
Browse files Browse the repository at this point in the history
  • Loading branch information
nighto committed Jan 20, 2025
1 parent d7a39f1 commit f203d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/containers/Panel/Panel.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
overflow: hidden;

min-height: 4rem;
padding: 22px 26px; // FIXME
padding: bk.$spacing-4;
background: var(--bk-panel-background-color);
border: bk.rem-from-px(1) solid var(--bk-panel-border-color);
border-radius: bk.$radius-3;
Expand Down

0 comments on commit f203d43

Please sign in to comment.