Skip to content

Commit

Permalink
use max height instead of fixed height (#706)
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Gustafsson <[email protected]>
  • Loading branch information
drRedflint and drkieferredflint authored Aug 13, 2023
1 parent 8b7eca5 commit 112c48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layout/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ $extra-media-width: 320px;
color: black;
display: block;
font-family: 'Courier New', Courier, monospace;
height: $extra-height - 2 * $spacing;
max-height: $extra-height - 2 * $spacing;
overflow-y: scroll;
padding: $spacing;
white-space: pre-wrap;
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_html/resources/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 112c48f

Please sign in to comment.