diff --git a/dist/css/main.css b/dist/css/main.css index b296e7b2..32b93a17 100644 --- a/dist/css/main.css +++ b/dist/css/main.css @@ -1124,6 +1124,13 @@ table code, .standard-table tr th:first-child, .standard-table tr td:first-child { border-left: 0; + min-width: 150px; +} +@media all and (min-width: 63.9385em) { + .standard-table tr th:first-child, +.standard-table tr td:first-child { + min-width: 200px; + } } .standard-table tr:last-child td { border-bottom: 0;