mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
- 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 !
This commit is contained in:
parent
905ddafe41
commit
9dd8216dfb
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue