Skip to content

Commit

Permalink
fix code blocks stretching tables outside of editor
Browse files Browse the repository at this point in the history
  • Loading branch information
jcv8000 committed Oct 13, 2023
1 parent e13a294 commit cd7540c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/renderer/src/components/Views/Editor/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,16 @@
.code-language {
right: 32px;
}
.code-collapser {
right: 32px;
}

pre {
code {
white-space: pre-wrap !important;
word-break: break-all !important;
}
}

td,
th {
Expand Down

0 comments on commit cd7540c

Please sign in to comment.