[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/dist

Pranav Kant pranavk at collabora.co.uk
Thu Apr 27 08:42:37 UTC 2017


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

New commits:
commit f9b009300cee50d62d54291909b5dbda4270861b
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
    (cherry picked from commit 5858f4e8565728e47effbc831e4165d135df3864)
    Reviewed-on: https://gerrit.libreoffice.org/37015
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

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