ingress-nginx-helm/docs/extra.css

10 lines
133 B
CSS
Raw Normal View History

.md-typeset__table {
2020-09-01 23:49:17 +00:00
min-width: 100%;
}
2020-09-01 23:49:17 +00:00
@media only screen and (min-width: 768px) {
td:nth-child(1) {
white-space: nowrap;
}
}