Skip to content

Commit

Permalink
fix line extending issue for txt file
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Trovic <luka@nextcloud.com>
  • Loading branch information
luka-nextcloud authored and azul committed Jan 5, 2022
1 parent 02c9a7c commit d533493
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 13 deletions.
3 changes: 1 addition & 2 deletions css/prosemirror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ div.ProseMirror {
}

pre {
white-space: pre;
overflow-x: auto;
white-space: pre-wrap;
background-color: var(--color-background-dark);
border-radius: var(--border-radius);
padding: 1em 1.3em;
Expand Down
4 changes: 2 additions & 2 deletions js/editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/editor.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/files.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/files.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/public.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/public.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer.js.map

Large diffs are not rendered by default.

0 comments on commit d533493

Please sign in to comment.