loleaflet/css/loleaflet.css | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit 7197201a1e54f9b0c5bb3bc212b27f4885c00560 Author: gokaysatir <gokaysa...@collabora.com> AuthorDate: Tue Aug 11 19:09:45 2020 +0530 Commit: Aron Budea <aron.bu...@collabora.com> CommitDate: Tue Aug 11 20:31:58 2020 +0200 leaflet: truncate long links in the popup Change-Id: I82ab8d35e0c57aa82b130a89d0d4c7b3ba0b50e6 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100547 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Aron Budea <aron.bu...@collabora.com> diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css index 155188180..57ec51d9e 100644 --- a/loleaflet/css/loleaflet.css +++ b/loleaflet/css/loleaflet.css @@ -601,4 +601,10 @@ body { .word-wrap-for-vex-dialog { overflow-wrap: break-word; +} + +.hyperlink-popup .leaflet-popup-content { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } \ No newline at end of file _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits