Skip to content

Commit

Permalink
CSS: use "clear" on "literal-block-wrapper"
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jun 11, 2022
1 parent 6b2d522 commit a687281
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/insipid_sphinx_theme/insipid/static/insipid.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@ div.code-block-caption {
font-size: unset;
}

div.literal-block-wrapper {
clear: both;
}

td.linenos .linenodiv pre {
color: #666;
background-color: transparent;
Expand Down

0 comments on commit a687281

Please sign in to comment.