Merge pull request #2455 from frandbf/docsstyle

Adjust size of tables and only adjust the first column on mobile
This commit is contained in:
k8s-ci-robot 2018-04-30 12:05:17 -07:00 committed by GitHub
commit ae62d9f7c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}