loleaflet/css/leaflet.css |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit f85c0c6a11b1389873635b763dbc9f86057d7068
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: Tue Sep 22 16:48: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>

diff --git a/loleaflet/css/leaflet.css b/loleaflet/css/leaflet.css
index 573815780..2f6596fee 100644
--- a/loleaflet/css/leaflet.css
+++ b/loleaflet/css/leaflet.css
@@ -817,6 +817,8 @@ input.clipboard {
 .loleaflet-ruler-breakcontainer {
        height: 100%;
        position: absolute;
+       display: flex;
+       align-items: center;
 }
 
 .loleaflet-ruler-tabstopcontainer {
@@ -878,7 +880,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

Reply via email to