Skip to content

Commit

Permalink
fix overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Oct 15, 2024
1 parent 479420e commit 6c05b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body {
}

pre {
overflow-x: scroll !important;
overflow-x: auto;
white-space: pre;
max-width: 100%;
min-width: 0px;
Expand Down

0 comments on commit 6c05b6d

Please sign in to comment.