Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorLuka Trovic <luka@nextcloud.com>2021-10-04 22:49:27 +0300
committerAzul <azul@riseup.net>2021-10-27 14:38:05 +0300
commite9a0a7d5bc06df3e518b32f6c15fd0e3304a3e43 (patch)
treec48197860481f50597715f2d410c31fd9186fb39 /css
parente5e70f72d908bcc5dbc73558d597caabb55d7dcc (diff)
fix line extending issue for txt file
Signed-off-by: Luka Trovic <luka@nextcloud.com>
Diffstat (limited to 'css')
-rw-r--r--css/prosemirror.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/css/prosemirror.scss b/css/prosemirror.scss
index c44cfd613..2012b65ff 100644
--- a/css/prosemirror.scss
+++ b/css/prosemirror.scss
@@ -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;