Skip to content

Commit

Permalink
fix(dashboardeditor): consistent padding for header and preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Stone committed Oct 12, 2020
1 parent fa4597d commit 15aff6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DashboardEditor/_dashboard-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}
&--preview {
flex: 1;
padding: 0 $spacing-05 $spacing-05;
padding: 0 $spacing-07 $spacing-05 $spacing-07;
.selected-card {
border: solid $spacing-01 $interactive-04;
box-sizing: content-box;
Expand Down

0 comments on commit 15aff6e

Please sign in to comment.