Skip to content

Commit

Permalink
Fix table overlap.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored and ssbarnea committed May 7, 2023
1 parent 4d40eb5 commit 943058b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/sphinx_ansible_theme/static/css/ansible.css
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,10 @@ tr .ansibleOptionLink {
}
/*
* Without this,
* for example most links in the page's TOC aren't usable anymore
* for example most links in the page's TOC aren't usable anymore, and tables
* sometimes overlap the text above
* */
section a[id] {
section a[id], section table[id] {
padding-top: 0;
margin-top: 0;
}
Expand Down

0 comments on commit 943058b

Please sign in to comment.