Skip to content

Commit

Permalink
anew
Browse files Browse the repository at this point in the history
  • Loading branch information
utksi committed Jan 17, 2025
1 parent 7d73a7c commit fa3406f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ figure.highlight {
width: 50px;
min-width: 50px;
background: rgba(0,0,0,0.04);
border-right: 1px solid rgba(0,0,0,0.1);
border-right: 1px solid rgba(0,0,0,0.05);

pre {
margin: 0;
Expand All @@ -1043,7 +1043,9 @@ figure.highlight {
margin: 0;
padding: 1rem;
overflow-x: auto;
white-space: pre;
white-space: pre-wrap; /* Allow wrapping */
word-wrap: break-word; /* Break long words if needed */
word-break: break-all; /* Break words at any character */
}
}
}
Expand Down

0 comments on commit fa3406f

Please sign in to comment.