[Libreoffice-commits] online.git: loleaflet/dist

Pranav Kant pranavk at collabora.co.uk
Thu Apr 27 05:40:36 UTC 2017


 loleaflet/dist/loleaflet.css |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 5858f4e8565728e47effbc831e4165d135df3864
Author: Pranav Kant <pranavk at collabora.co.uk>
Date:   Thu Apr 27 11:09:55 2017 +0530

    Don't eat new lines
    
    Change-Id: Idaa1af9a0bc12d9967d3807ebca95ec1ca755ae3

diff --git a/loleaflet/dist/loleaflet.css b/loleaflet/dist/loleaflet.css
index dd7ddb59..fe69deff 100644
--- a/loleaflet/dist/loleaflet.css
+++ b/loleaflet/dist/loleaflet.css
@@ -162,6 +162,9 @@ body {
         overflow-wrap: break-word;
 	word-wrap: break-word;
 
+	/* Don't eat new lines  */
+	white-space: pre-wrap;
+
 	/* Adds a hyphen where the word breaks, if supported (No Blink) */
 	-ms-hyphens: auto;
 	-moz-hyphens: auto;


More information about the Libreoffice-commits mailing list