Add board horizontal scrolling
This commit is contained in:
@@ -16,8 +16,14 @@ a.filter-on {
|
||||
}
|
||||
|
||||
/* board table */
|
||||
#board {
|
||||
table-layout: fixed;
|
||||
#board-container {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
#board td,
|
||||
#board th {
|
||||
min-width: 230px;
|
||||
max-width: 230px;
|
||||
}
|
||||
|
||||
#board th a {
|
||||
|
||||
Reference in New Issue
Block a user