loleaflet/css/toolbar.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit 0c9d7bd8b6c8661cc29cc012933de03f22410fcc Author: gokaysatir <[email protected]> AuthorDate: Wed Sep 2 19:36:24 2020 +0300 Commit: Andras Timar <[email protected]> CommitDate: Wed Sep 2 18:42:14 2020 +0200 leaflet: Insert shape dialog icon height adjustment. Change-Id: I17cd5701cb5b8fa2f03be76ee83df225b25bca39 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101949 Tested-by: Andras Timar <[email protected]> Reviewed-by: Andras Timar <[email protected]> diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css index b5c69c9f8..0c99b92f5 100644 --- a/loleaflet/css/toolbar.css +++ b/loleaflet/css/toolbar.css @@ -799,7 +799,6 @@ button.leaflet-control-search-next } .insertshape-grid .row { - height: 30px; height: auto; position: static; text-align: left; @@ -810,8 +809,7 @@ button.leaflet-control-search-next } .insertshape-grid .col { - height: 100%; - float: left; + height: 30px; padding: 2px; width: 30px; border: 1px solid transparent; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
