Skip to content

Commit

Permalink
Merge pull request #2 from paperdigits/table-row-fix
Browse files Browse the repository at this point in the history
Fixes #1. Make tables display properly again.
  • Loading branch information
infotexture authored Jan 31, 2020
2 parents f38a7fb + 277c504 commit 19be7b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ nav[role=toc] li.active > a {
.bs-docs-sidenav li ul {
padding-left: 20px;
}

/* Fix table conflict with bootstrap's row class */
.table .row {
display: table-row;
}

0 comments on commit 19be7b4

Please sign in to comment.