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