[Libreoffice-commits] online.git: loleaflet/dist
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Mon Aug 22 05:23:19 UTC 2016
loleaflet/dist/admin/adminAnalytics.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dd4ccbafa8727482b18da51edd7a5878b3222780
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sat Aug 20 12:39:19 2016 -0400
loleaflet: make admin graph container just wide enough not to trim the labels
Change-Id: I5ecc22b9dc9d09a3129c0d948ac51c3fd7e1447d
Reviewed-on: https://gerrit.libreoffice.org/28298
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
diff --git a/loleaflet/dist/admin/adminAnalytics.html b/loleaflet/dist/admin/adminAnalytics.html
index 990fedf..a0f7bee 100644
--- a/loleaflet/dist/admin/adminAnalytics.html
+++ b/loleaflet/dist/admin/adminAnalytics.html
@@ -64,7 +64,7 @@
<h1 class="page-header"><script>document.write(l10nstrings.strGraphs)</script></h1>
<div class="graph-container">
<div class="jumbotron">
- <svg id="visualisation" width="1000" height="500"></svg>
+ <svg id="visualisation" width="1010" height="510"></svg>
</div>
</div>
</div>
More information about the Libreoffice-commits
mailing list