added media breakpoint to legend-right

This commit is contained in:
Patrick O'Carroll 2018-03-07 13:10:44 +01:00
parent 3a19cf52ef
commit 3c9f31a0bb

View File

@ -4,7 +4,9 @@
height: 100%;
&--legend-right {
flex-direction: row;
@include media-breakpoint-up(sm) {
flex-direction: row;
}
.graph-legend {
flex: 0 1 10px;