mirror of
https://github.com/wekan/wekan.git
synced 2025-04-21 12:37:07 -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
|
||||
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