Skip to content

Commit

Permalink
Fix line breaks in scrollable content
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Nov 24, 2023
1 parent 07b7a33 commit a583957
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,7 @@
height: 5rem;
text-align: left;
min-width: 355px;
word-break: break-word;
white-space: normal;
white-space-collapse: break-spaces;
overflow-x: hidden;
overflow-y: auto;
padding: .3rem .5rem;
Expand Down

0 comments on commit a583957

Please sign in to comment.