loleaflet/css/toolbar.css |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6455178954a7cd312157f77be7d44ea8149ec304
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Mon Jul 13 16:36:52 2020 +0200
Commit:     Pedro Silva <pedro.si...@collabora.com>
CommitDate: Tue Jul 14 10:37:33 2020 +0200

    Desktop: document-name-input: add ellipsis together with gradient to show 
that the text overflows
    
    Change-Id: Iec964d99a3582c78c83e9b6cb238ccb7cdc39b3c
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98669
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Pedro Silva <pedro.si...@collabora.com>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 1af0bbf91..e4090800f 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -175,6 +175,8 @@ w2ui-toolbar {
        background-repeat: no-repeat;
        padding-right: 24px;
        max-width: 100%;
+       overflow: hidden;
+       text-overflow:ellipsis;
 }
 
 #document-name-input.editable:focus {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to