Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
FIX: Code blocks creating scrollbarzz (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
markvanlan committed Nov 8, 2021
1 parent 003fad5 commit 3616910
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/stylesheets/common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ $float-height: 530px;
padding: 0.25em 0.5em 0.25em 0.75em;
background-color: var(--secondary);
display: flex;
min-width: 0;

&.tc-action {
background-color: var(--highlight-medium);
Expand Down Expand Up @@ -435,9 +436,8 @@ $float-height: 530px;
max-width: 100%;
height: unset;
}
pre {
width: 90%;
overflow: scroll;
code {
font-size: var(--font-down-1);
}
> p {
margin: 0;
Expand Down

0 comments on commit 3616910

Please sign in to comment.