Browse Source

added media breakpoint to legend-right

Patrick O'Carroll 7 years ago
parent
commit
3c9f31a0bb
1 changed files with 3 additions and 1 deletions
  1. 3 1
      public/sass/components/_panel_graph.scss

+ 3 - 1
public/sass/components/_panel_graph.scss

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