[Libreoffice-commits] online.git: loleaflet/dist
Pranav Kant
pranavk at collabora.co.uk
Thu Nov 24 11:26:21 UTC 2016
loleaflet/dist/loleaflet.css | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b8a21852b7b7059cba4ca185e824f9a775965459
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Thu Nov 24 16:51:24 2016 +0530
loleaflet: Display menu items always in a straight line
... even if the screen size is smaller than the menu size.
Change-Id: I93c579b7503ec98fadd62718ca8062ed7a564042
diff --git a/loleaflet/dist/loleaflet.css b/loleaflet/dist/loleaflet.css
index 60f5503..d2f7b80 100644
--- a/loleaflet/dist/loleaflet.css
+++ b/loleaflet/dist/loleaflet.css
@@ -21,6 +21,7 @@
top: 0;
position: fixed;
height: 25px;
+ display: inline-flex;
right: 0;
left: 0;
padding-left: 125px;
More information about the Libreoffice-commits
mailing list