[Libreoffice-commits] online.git: loleaflet/css
Jan Holesovsky
kendy at collabora.com
Thu Jun 7 20:10:32 UTC 2018
loleaflet/css/toolbar.css | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 814d266eca01b38e69b6467a4a413421954e83a0
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
diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 2eed67d4c..437be143a 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -475,11 +475,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