Fix issue compact mode with IE
This commit is contained in:
@@ -777,6 +777,10 @@ nav .active a {
|
|||||||
overflow-x: initial;
|
overflow-x: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.board-container-compact #board {
|
||||||
|
table-layout: auto;
|
||||||
|
}
|
||||||
|
|
||||||
#board {
|
#board {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
@@ -807,6 +811,7 @@ nav .active a {
|
|||||||
background-color: #DF5353;
|
background-color: #DF5353;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* column header */
|
||||||
.board-add-icon {
|
.board-add-icon {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
|
|||||||
@@ -28,6 +28,10 @@
|
|||||||
overflow-x: initial;
|
overflow-x: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.board-container-compact #board {
|
||||||
|
table-layout: auto;
|
||||||
|
}
|
||||||
|
|
||||||
#board {
|
#board {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
@@ -58,6 +62,7 @@
|
|||||||
background-color: #DF5353;
|
background-color: #DF5353;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* column header */
|
||||||
.board-add-icon {
|
.board-add-icon {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user