loleaflet/css/toolbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c77fa946349cefcb1f4f9b751a85df4d147797da Author: Aron Budea <[email protected]> AuthorDate: Wed Oct 31 18:29:24 2018 +0100 Commit: Jan Holesovsky <[email protected]> CommitDate: Thu Nov 1 05:56:23 2018 +0100 Force width for font size dropdown 2nd attempt. Change-Id: I89b84970841eaab656df40219f35b9541e9caa95 Reviewed-on: https://gerrit.libreoffice.org/62704 Reviewed-by: Jan Holesovsky <[email protected]> Tested-by: Jan Holesovsky <[email protected]> diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css index 5e3cf0c7c..4abd84163 100644 --- a/loleaflet/css/toolbar.css +++ b/loleaflet/css/toolbar.css @@ -235,7 +235,7 @@ button.leaflet-control-search-next width: 150px; } .fontsizes-select { - width: 70px !important; + width: 55px !important; } .evo-cp-wrap { /* hide the color pick div */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
