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

New commits:
commit f9b009300cee50d62d54291909b5dbda4270861b
Author: Pranav Kant <pran...@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 <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to