diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-01-27 19:03:50 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-01-27 19:03:50 +0200 |
commit | 9dd8216dfb80855999998ed76d8a3c06a954a002 (patch) | |
tree | 138f9a12dfab99d006a057e4571d7971f44b4a80 /client | |
parent | 905ddafe41b2558bf2da182a11218237321f8613 (diff) | |
download | wekan-9dd8216dfb80855999998ed76d8a3c06a954a002.tar.gz wekan-9dd8216dfb80855999998ed76d8a3c06a954a002.tar.bz2 wekan-9dd8216dfb80855999998ed76d8a3c06a954a002.zip |
- Fix cards below swimlane title in Firefox by making [previous fix](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb)
Firefox-only.
Thanks to xet7 !
Diffstat (limited to 'client')
-rw-r--r-- | client/components/swimlanes/swimlanes.styl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/components/swimlanes/swimlanes.styl b/client/components/swimlanes/swimlanes.styl index e4e2cd3b..754d7210 100644 --- a/client/components/swimlanes/swimlanes.styl +++ b/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 |