Skip to content

Commit

Permalink
fix word wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Oct 21, 2023
1 parent 95a41ee commit e39fa38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/bootstrap_style_overrides.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pre {
font-size: 13px;
line-height: 1.38461538;
word-break: break-all;
word-wrap: break-word;
overflow-wrap: break-word;
background-color: var(--d-code-bg);
border: 1px solid var(--d-outline);
border-radius: var(--d-border-radius-base);
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/models/submissions.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
word-wrap: break-word;
overflow-wrap: anywhere;
word-break: break-all;
white-space: pre-wrap;
font-family: var(--d-font-monospace);
Expand Down

0 comments on commit e39fa38

Please sign in to comment.