loleaflet/css/mobilewizard.css | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 2cb592b5609fe1eb26c313a08c78eb2c483ef3d5 Author: Pedro Pinto Silva <[email protected]> AuthorDate: Mon Nov 4 10:35:51 2019 +0100 Commit: Muhammet Kara <[email protected]> CommitDate: Tue Nov 5 14:17:36 2019 +0100 mobilewizard: image: disable rotation label since it does not apply here Change-Id: I83e5fbfd3377335b87a8d06b8570012e6c337ff2 Reviewed-on: https://gerrit.libreoffice.org/81986 Reviewed-by: Muhammet Kara <[email protected]> Tested-by: Muhammet Kara <[email protected]> diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css index 4a011d07b..de14a876b 100644 --- a/loleaflet/css/mobilewizard.css +++ b/loleaflet/css/mobilewizard.css @@ -255,3 +255,6 @@ p.mobile-wizard.ui-combobox-text.selected { -webkit-flex-wrap: wrap !important; flex-wrap: wrap !important; } +#rotationlabel{ + display: none; +} _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
