Fix issue compact mode with IE
This commit is contained in:
parent
a9f575e5b2
commit
8d15d0641f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue