Skip to content

Commit

Permalink
Fix the display of sphinx search results (#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Sep 16, 2019
1 parent 146e5b9 commit 5a3deb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/rst/_static/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.wy-nav-content {
max-width: 1000px;
}

.rst-content .highlighted{
padding:0 0px;
}

0 comments on commit 5a3deb5

Please sign in to comment.