loleaflet/css/loleaflet.css | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit 7197201a1e54f9b0c5bb3bc212b27f4885c00560 Author: gokaysatir <[email protected]> AuthorDate: Tue Aug 11 19:09:45 2020 +0530 Commit: Aron Budea <[email protected]> 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 <[email protected]> Reviewed-by: Aron Budea <[email protected]> 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 [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
