Remove excess space
parent
6e77bba6bd
commit
dbdf5f7739
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue