Skip to content

Commit

Permalink
Merge pull request #686 from primer/fix-box-header
Browse files Browse the repository at this point in the history
Fix Box-header double borders
  • Loading branch information
shawnbot committed Feb 20, 2019
2 parents 1f85792 + 351d627 commit 16dc8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/box/box.scss
Expand Up @@ -70,7 +70,7 @@

.Box-header {
padding: $spacer-3;
margin: -$border-width -$border-width 0;
margin: (-$border-width) (-$border-width) 0;
background-color: $bg-gray;
border-color: $border-gray-dark;
border-style: $border-style;
Expand Down

0 comments on commit 16dc8e0

Please sign in to comment.