Skip to content

Commit

Permalink
Trying to fix GCP-39: No scrollbar on sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Meems committed Feb 28, 2019
1 parent d3d4229 commit d1b12a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ div.wy-table-responsive > table.docutils td {
max-width: 20%;
}

div.wy-table-responsive > table.docutils td:nth-child(3){
div.wy-table-responsive > table.docutils td:nth-child(3) {
max-width: 40%;
}

Expand All @@ -63,7 +63,7 @@ div:not(#contents).topic {
}

div.topic p,
div.topic p.topic-title{
div.topic p.topic-title {
margin-bottom: 0;
}

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@
todo_include_todos = True

def setup(app):
app.add_stylesheet('css/custom.css?v20190218')
app.add_stylesheet('css/custom.css?v20190228')

0 comments on commit d1b12a2

Please sign in to comment.