[Libreoffice-commits] online.git: loleaflet/dist

Pranav Kant pranavk at collabora.co.uk
Tue Apr 25 09:19:17 UTC 2017


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

New commits:
commit 2d55476b20baab5c46d153eac393cdc458e55d43
Author: Pranav Kant <pranavk at collabora.co.uk>
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 {


More information about the Libreoffice-commits mailing list