loleaflet/dist/loleaflet.css | 3 +++ 1 file changed, 3 insertions(+) New commits: commit 5858f4e8565728e47effbc831e4165d135df3864 Author: Pranav Kant <pran...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits