Fix documentation table layout

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-09-01 19:49:17 -04:00
parent 2d44f62e1b
commit fb92b3a6a5
3 changed files with 22 additions and 7 deletions

View file

@ -1,10 +1,9 @@
.md-typeset__table {
min-width: 100%;
min-width: 100%;
}
@media only screen and (min-width: 768px)
{
td:nth-child(1){
@media only screen and (min-width: 768px) {
td:nth-child(1) {
white-space: nowrap;
}
}