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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-09-26 15:20:50 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-09-26 15:20:50 +0300
commita9e1b2e46095c6b10f8ea74bc58e670912b87755 (patch)
tree098adf9c34dac2ceccec7ab9f431d6b57930ef1f /css
parent770d0e7ecccf58ea6ca778555c7538e9d0f952b3 (diff)
Break headings in share preview to prevent overflow
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rw-r--r--css/public-share.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/public-share.css b/css/public-share.css
index 54e547d..3f33bc3 100644
--- a/css/public-share.css
+++ b/css/public-share.css
@@ -14,6 +14,7 @@
.preview h2,
.preview h3 {
margin-top: 1em;
+ word-wrap: break-word;
}
.preview h1 {