Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Latest CSS distribution build
Browse files Browse the repository at this point in the history
  • Loading branch information
schalkneethling authored and actions-user committed Apr 15, 2021
1 parent 17dc2e2 commit cbc7f83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dist/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cbc7f83

Please sign in to comment.