Skip to content

Commit

Permalink
Do not restrict code preview size
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsawa committed Nov 5, 2024
1 parent f5b9721 commit 451c73d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions static/style/inverted-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -519,11 +519,8 @@
position: relative;
display: inline-block;
width: 100%;
overflow: scroll;
height: 48px;
}
.preview pre code {
position: absolute;
font-family: monospace;
}
.preview ol,
Expand Down
3 changes: 0 additions & 3 deletions static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -519,11 +519,8 @@
position: relative;
display: inline-block;
width: 100%;
overflow: scroll;
height: 48px;
}
.preview pre code {
position: absolute;
font-family: monospace;
}
.preview ol,
Expand Down

0 comments on commit 451c73d

Please sign in to comment.