Skip to content

Commit

Permalink
docs: Hide overflow in code blocks and scale images to the width of t…
Browse files Browse the repository at this point in the history
…he text (#167)
  • Loading branch information
pkerpedjiev authored Jan 30, 2025
1 parent b96c1c4 commit 3be26cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/higlass_theme/static/higlass.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ a:active {

pre, tt, code {
font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
overflow: hidden;
}

img {
width: 100%;
}

div.document {
Expand Down

0 comments on commit 3be26cc

Please sign in to comment.