diff --git a/docs/extra.css b/docs/extra.css index 32e38b131..713e0f65a 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -1,3 +1,10 @@ -td:nth-child(1){ - white-space: nowrap; -} \ No newline at end of file +.md-typeset__table { + min-width: 100%; +} + +@media only screen and (min-width: 768px) +{ + td:nth-child(1){ + white-space: nowrap; + } +}