Add border radius to bottom of TVM

pull/10616/head
Andrew Watkins 2017-04-14 16:44:23 -07:00
parent bf60c8202a
commit 2371648784
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ $dash-graph-options-arrow: 8px;
}
.template-variable-manager--body {
border-radius: 0 0 $radius $radius;
min-height: 150px;
@include gradient-v($g2-kevlar,$g0-obsidian);
}