Fix issue compact mode with IE

This commit is contained in:
Frederic Guillot 2015-04-25 11:43:18 -04:00
parent a9f575e5b2
commit 8d15d0641f
2 changed files with 10 additions and 0 deletions

View File

@ -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;

View File

@ -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;