Skip to content

Commit

Permalink
mess around with overflow / whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Zir0h committed Jun 6, 2024
1 parent 7190069 commit e15a53f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/media-types/text/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
margin: 0 auto;
max-height: 60vh;
overflow: scroll;
overflow-x: auto;
white-space: pre-wrap;
}
}
}

0 comments on commit e15a53f

Please sign in to comment.