[Libreoffice-commits] online.git: loleaflet/css

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 26 11:35:17 UTC 2020


 loleaflet/css/mobilewizard.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 367c6f958821bd65363a91e96b1493ef73975fa6
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Wed Feb 26 12:31:46 2020 +0100
Commit:     Pedro Pinto da Silva <pedro.silva at collabora.com>
CommitDate: Wed Feb 26 12:34:59 2020 +0100

    mobileWizard: ui-header-left: remove hard width and replace it with min-width
    
    Change-Id: Ib10f93b66ab2f3f5f50e8ae520ec8755361ae0cf
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89534
    Tested-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
    Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>

diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index f5c7c6c5f..452e351b5 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -413,7 +413,7 @@
 	}
 	.ui-header-left {
 		margin-left: 2%;
-		width: 42% !important;
+		min-width: 42% !important;
 	}
 	.ui-header.level-1.mobile-wizard.ui-widget .ui-header-left span.menu-entry-with-icon {
 		vertical-align: middle;


More information about the Libreoffice-commits mailing list