small viewport tested tables

This commit is contained in:
Heydon Pickering 2017-07-16 18:13:47 +01:00
parent 18060bffdc
commit bf67fcaa18
3 changed files with 19 additions and 1 deletions

View File

@ -256,6 +256,7 @@ th:empty {
.tested td {
vertical-align: top;
overflow: hidden;
}
.tested th {
@ -866,4 +867,12 @@ h1 svg {
display: block;
}
.tested th, .tested td {
display: block;
}
.tested td + td {
border-top: 0;
}
}

File diff suppressed because one or more lines are too long

View File

@ -256,6 +256,7 @@ th:empty {
.tested td {
vertical-align: top;
overflow: hidden;
}
.tested th {
@ -866,4 +867,12 @@ h1 svg {
display: block;
}
.tested th, .tested td {
display: block;
}
.tested td + td {
border-top: 0;
}
}