small viewport tested tables
This commit is contained in:
parent
18060bffdc
commit
bf67fcaa18
|
@ -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
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user