[Libreoffice-commits] online.git: loleaflet/css
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Tue Nov 5 13:17:54 UTC 2019
loleaflet/css/mobilewizard.css | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 2cb592b5609fe1eb26c313a08c78eb2c483ef3d5
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Mon Nov 4 10:35:51 2019 +0100
Commit: Muhammet Kara <muhammet.kara at collabora.com>
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 <muhammet.kara at collabora.com>
Tested-by: Muhammet Kara <muhammet.kara at collabora.com>
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;
+}
More information about the Libreoffice-commits
mailing list