Properly show tables on mobile
This commit is contained in:
parent
0ead5590cb
commit
e7876e2f0b
1 changed files with 8 additions and 0 deletions
|
@ -62,6 +62,9 @@
|
||||||
|
|
||||||
dd {
|
dd {
|
||||||
margin-left: 275px;
|
margin-left: 275px;
|
||||||
|
@media @mediaSm {
|
||||||
|
margin-left: 5%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dt {
|
dt {
|
||||||
|
@ -72,6 +75,11 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
|
@media @mediaSm {
|
||||||
|
width: auto;
|
||||||
|
margin-right: .5em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue