[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/dist

Jan Holesovsky kendy at collabora.com
Fri Jun 8 15:47:24 UTC 2018


 loleaflet/dist/toolbar.css |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 92d9fae1a1b084361193c8f5fdd194fce823dd07
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Jun 7 22:05:13 2018 +0200

    Make sure we have enough space for the insert table grid.
    
    Change-Id: I9c6cf2b038663bc68098b6abf4c7c69599ebe070
    Reviewed-on: https://gerrit.libreoffice.org/55447
    Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
    Tested-by: Tamás Zolnai <tamas.zolnai at collabora.com>

diff --git a/loleaflet/dist/toolbar.css b/loleaflet/dist/toolbar.css
index 6492ac7d4..9d04ed1bc 100644
--- a/loleaflet/dist/toolbar.css
+++ b/loleaflet/dist/toolbar.css
@@ -346,11 +346,12 @@ button.leaflet-control-search-next
     position: relative;
     padding: 2px;
     display: block;
-    height: 232px;
+    width: 243px;
 }
 
 .inserttable-grid .row {
     height: 20px;
+    margin: 3px;
 }
 
 .inserttable-grid .col {


More information about the Libreoffice-commits mailing list