Improve toggle compact/horizontal scrolling view
This commit is contained in:
@@ -20,25 +20,18 @@
|
||||
|
||||
/* board table */
|
||||
#board-container {
|
||||
/* Will set the style from JS depending upon wide/compact view */
|
||||
padding-bottom: 180px; /* Space to avoid dropdown menu truncated */
|
||||
}
|
||||
|
||||
/* Board container classes for wide/compact view */
|
||||
.board-container-wide {
|
||||
overflow-x: scroll;
|
||||
padding-bottom: 180px; /* Space to avoid dropdown menu truncated */
|
||||
}
|
||||
|
||||
.board-container-compact {
|
||||
overflow-x: hidden;
|
||||
padding-bottom: 180px; /* Space to avoid dropdown menu truncated */
|
||||
}
|
||||
|
||||
#board td,
|
||||
#board th {
|
||||
/* Will set the style from JS depending upon wide/compact view */
|
||||
}
|
||||
|
||||
/* Board table column for wide/compact view */
|
||||
.board-column-wide {
|
||||
min-width: 240px;
|
||||
|
||||
Reference in New Issue
Block a user