mirror of
https://github.com/wahyd4/ingress-nginx.git
synced 2026-08-09 05:16:27 +10:00
11 lines
135 B
CSS
11 lines
135 B
CSS
.md-typeset__table {
|
|
min-width: 100%;
|
|
}
|
|
|
|
@media only screen and (min-width: 768px)
|
|
{
|
|
td:nth-child(1){
|
|
white-space: nowrap;
|
|
}
|
|
}
|