(css) Don't wrap titles

This commit is contained in:
Francis Lachapelle 2015-12-18 09:04:56 -05:00
parent 904c2f071a
commit d225865a3f

View file

@ -316,6 +316,7 @@ html p {
} }
.#{$md}-title { .#{$md}-title {
@extend .sg-no-wrap;
$lineHeight : $sg-line-height-4; $lineHeight : $sg-line-height-4;
font-size: $sg-font-size-4; font-size: $sg-font-size-4;
line-height: $lineHeight; line-height: $lineHeight;