mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 22:17:16 -04:00
- Fix cards below swimlane title in Firefox by making [previous fix](f7c6b7fce2
)
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
|
flex-direction: row
|
||||||
height: 100%
|
height: 100%
|
||||||
|
|
||||||
|
@-moz-document url-prefix() {
|
||||||
|
.list-group {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
swimlane-color(background, color...)
|
swimlane-color(background, color...)
|
||||||
background: background !important
|
background: background !important
|
||||||
if color
|
if color
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue