Browse Source

Add flex wrap to panel

Claudio Ludovico 8 years ago
parent
commit
1608b0d8ab
1 changed files with 2 additions and 0 deletions
  1. 2 0
      sass/components/panel.sass

+ 2 - 0
sass/components/panel.sass

@@ -53,6 +53,8 @@
     flex-grow: 1
     flex-shrink: 1
     width: 100%
+  &.is-wrapped
+    flex-wrap: wrap
   &.is-active
     border-left-color: $link
     color: $link-active