Skip to content

Commit

Permalink
Merge pull request #630 from linz/update_docs10
Browse files Browse the repository at this point in the history
docs: update body width
  • Loading branch information
jducnuigeen authored Nov 15, 2023
2 parents 2c14afc + 16d3ebc commit 315f257
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions db/docs/source/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,12 @@ th {

}

div.body {
body {
width: 100%;
}

/* override table width restrictions */
@media screen and (min-width: 800px) {

.wy-table-responsive table td {
/* !important prevents the common CSS stylesheets from overriding
this as on RTD they are loaded after this stylesheet */
white-space: normal !important;
}

.wy-table-responsive {
overflow: visible !important;
}
div.body {
width: 100%;
}

div.section p {
Expand Down

0 comments on commit 315f257

Please sign in to comment.