ingress-nginx-helm/extra.css

10 lines
133 B
CSS
Raw Permalink Normal View History

2018-04-30 19:43:10 +00:00
.md-typeset__table {
2020-09-02 00:02:26 +00:00
min-width: 100%;
2018-04-30 19:43:10 +00:00
}
2020-09-02 00:02:26 +00:00
@media only screen and (min-width: 768px) {
td:nth-child(1) {
2018-04-30 19:43:10 +00:00
white-space: nowrap;
}
}