Adjust size of tables and only adjust the first column on mobile
This commit is contained in:
parent
237ad1f11e
commit
1341a9c603
1 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
td:nth-child(1){
|
||||
white-space: nowrap;
|
||||
}
|
||||
.md-typeset__table {
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px)
|
||||
{
|
||||
td:nth-child(1){
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue