1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 05:39:15 +03:00

fix(Box): resolves #685

This commit is contained in:
Shawn Allen 2019-02-20 15:34:23 -08:00
parent 1f85792d6a
commit 351d627cdf

View File

@ -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;