Remove excess space

pull/10616/head
Alex P 2017-05-23 14:22:42 -07:00
parent 6e77bba6bd
commit dbdf5f7739
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ $template-control-dropdown-min-width: 146px;
padding: $template-control--margin; padding: $template-control--margin;
@extend .cell-shell; @extend .cell-shell;
background-color: $g0-obsidian; background-color: $g0-obsidian;
min-height : $template-control--min-height; min-height: $template-control--min-height;
} }
.template-control--heading { .template-control--heading {
font-size: 16px; font-size: 16px;