[Frontend] Plot legend minor cleanups

WTD-1404
WTD-1386
This commit is contained in:
Charles Hacskaylo
2015-06-30 10:38:10 -07:00
parent abef44f37d
commit c24a459f66
2 changed files with 3 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
$yBarW: 60px;
$yLabelW: auto;
$xBarH: 32px;
$legendH: 24px;
$legendH: 20px;
$colorHash: rgba(white, 0.3);
$styleHash: dashed;
$swatchD: 8px;
@@ -201,6 +201,7 @@ $plotDisplayArea: ($legendH + $interiorMargin, 0, $xBarH + $interiorMargin, $yBa
.legend-item {
display: inline-block;
margin-right: $interiorMarginLg;
margin-bottom: $interiorMarginSm;
span {
vertical-align: middle;
}