loleaflet/dist/loleaflet.css |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 2d55476b20baab5c46d153eac393cdc458e55d43
Author: Pranav Kant <[email protected]>
Date:   Tue Apr 25 14:43:57 2017 +0530

    loleaflet: Don't overflow long names, align author names properly
    
    Change-Id: I0d833291fc996ecb4007bcb58b588967afa6ea58

diff --git a/loleaflet/dist/loleaflet.css b/loleaflet/dist/loleaflet.css
index 9f643e4e..810a2a31 100644
--- a/loleaflet/dist/loleaflet.css
+++ b/loleaflet/dist/loleaflet.css
@@ -227,6 +227,9 @@ body {
        padding-right: 10px;
        vertical-align: top;
        display: table-cell;
+       width: 100%;
+       overflow: hidden;
+       max-width: 110px;
 }
 
 .loleaflet-annotation-menu, .loleaflet-annotation-menu-redline, 
.loleaflet-redline-accept-button, .loleaflet-redline-reject-button {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to