Skip to content

Commit

Permalink
Fix: table content does not fill the full width
Browse files Browse the repository at this point in the history
Fixes a bug introduced by mmistakes/minimal-mistakes#2008
  • Loading branch information
olbat committed Apr 16, 2019
1 parent 46060aa commit fa75d95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ ol li {
margin-top: 0.2em;
}

table {
display: table;
}

th {
border-bottom: 1px solid mix(#000, $border-color, 25%);
}
Expand Down

0 comments on commit fa75d95

Please sign in to comment.