- Fix cards below swimlane title in Firefox by making [previous fix](f7c6b7fce2)

Firefox-only.

Thanks to xet7 !
reviewable/pr2139/r1
Lauri Ojansivu 6 years ago
parent 905ddafe41
commit 9dd8216dfb
  1. 6
      client/components/swimlanes/swimlanes.styl

@ -54,6 +54,12 @@
flex-direction: row
height: 100%
@-moz-document url-prefix() {
.list-group {
overflow: hidden;
}
}
swimlane-color(background, color...)
background: background !important
if color

Loading…
Cancel
Save