Skip to content

Commit

Permalink
fix: Increase minimum height of Pyodide output code blocks
Browse files Browse the repository at this point in the history
Issue-40: #40
  • Loading branch information
pawamoy committed Jun 12, 2024
1 parent c012c1d commit 93598b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/markdown_exec/pyodide.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ html[data-theme="dark"] {
.pyodide-output {
width: 100%;
margin-bottom: -15px;
min-height: 46px;
max-height: 400px
}

Expand Down

0 comments on commit 93598b2

Please sign in to comment.