ingress-nginx-helm/docs/extra.css
Manuel Alejandro de Brito Fontes fb92b3a6a5 Fix documentation table layout
2020-09-01 20:01:12 -04:00

9 lines
133 B
CSS

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