loleaflet/css/leaflet.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
New commits: commit 76e1b68837615020b0ba8ef8a2f24daaf0b30d2c Author: Pedro Pinto Silva <pedro.si...@collabora.com> AuthorDate: Tue Sep 22 16:02:40 2020 +0200 Commit: Pedro Silva <pedro.si...@collabora.com> CommitDate: Wed Sep 23 16:26:41 2020 +0200 Ruler: Make sure numbers are always vertically centered Change-Id: I7ab64cc001e3a65b3fa52f7f77843cfe0eb6e2df Reviewed-on: https://gerrit.libreoffice.org/c/online/+/103173 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Pedro Silva <pedro.si...@collabora.com> (cherry picked from commit f85c0c6a11b1389873635b763dbc9f86057d7068) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/103192 Tested-by: Pedro Silva <pedro.si...@collabora.com> diff --git a/loleaflet/css/leaflet.css b/loleaflet/css/leaflet.css index d8f1217ce..55f47bc1c 100644 --- a/loleaflet/css/leaflet.css +++ b/loleaflet/css/leaflet.css @@ -833,7 +833,9 @@ input.clipboard { .loleaflet-ruler-breakcontainer { height: 100%; position: absolute; - } + display: flex; + align-items: center; +} .loleaflet-ruler-tabstopcontainer { height: 100%; @@ -894,7 +896,7 @@ input.clipboard { } .loleaflet-ruler-maj { - height: 35%; + height: auto; display: inline-block; border-width: 0px .5px; border-style: solid; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits