loleaflet/css/loleaflet.css | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit 745f4a5287b987649ccf80d618843ae0e843f5fd Author: gokaysatir <gokaysa...@collabora.com> AuthorDate: Tue Aug 11 19:09:45 2020 +0530 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Wed Aug 19 21:40:53 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> Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101020 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.ti...@collabora.com> diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css index 5fbfe8c6b..2c3703763 100644 --- a/loleaflet/css/loleaflet.css +++ b/loleaflet/css/loleaflet.css @@ -625,4 +625,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