Keep swimlane headers at the top
This commit is contained in:
2
assets/css/app.min.css
vendored
2
assets/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -16,10 +16,20 @@
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
#board tr.board-swimlane-columns-first {
|
||||
visibility: hidden;
|
||||
padding: 0px
|
||||
}
|
||||
|
||||
#board th.board-column-header {
|
||||
width: 240px
|
||||
}
|
||||
|
||||
#board th.board-column-header-first {
|
||||
visibility:hidden;
|
||||
padding: 0px
|
||||
}
|
||||
|
||||
#board td {
|
||||
vertical-align: top
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user