Merge pull-request #895

This commit is contained in:
Frederic Guillot 2015-06-15 20:31:14 -04:00
commit b96e6f82c8
3 changed files with 6 additions and 0 deletions

View File

@ -785,9 +785,11 @@ nav .active a {
overflow-x: initial;
}
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.board-container-compact #board {
table-layout: auto;
}
}
#board {
table-layout: fixed;

View File

@ -172,9 +172,11 @@ th a:hover {
overflow-x: initial;
}
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.board-container-compact #board {
table-layout: auto;
}
}
#board {
table-layout: fixed;

View File

@ -28,9 +28,11 @@
overflow-x: initial;
}
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.board-container-compact #board {
table-layout: auto;
}
}
#board {
table-layout: fixed;