Merge pull-request #895
This commit is contained in:
@@ -785,9 +785,11 @@ nav .active a {
|
|||||||
overflow-x: initial;
|
overflow-x: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||||
.board-container-compact #board {
|
.board-container-compact #board {
|
||||||
table-layout: auto;
|
table-layout: auto;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#board {
|
#board {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
|
|||||||
@@ -172,9 +172,11 @@ th a:hover {
|
|||||||
overflow-x: initial;
|
overflow-x: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||||
.board-container-compact #board {
|
.board-container-compact #board {
|
||||||
table-layout: auto;
|
table-layout: auto;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#board {
|
#board {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
|
|||||||
@@ -28,9 +28,11 @@
|
|||||||
overflow-x: initial;
|
overflow-x: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||||
.board-container-compact #board {
|
.board-container-compact #board {
|
||||||
table-layout: auto;
|
table-layout: auto;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#board {
|
#board {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
|
|||||||
Reference in New Issue
Block a user