[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-0' - loleaflet/css

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 26 13:50:19 UTC 2020


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

New commits:
commit 663bb08843c53b0cd53c8f254aadd514af950249
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Wed Feb 26 12:31:46 2020 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Feb 26 14:50:00 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>
    (cherry picked from commit 367c6f958821bd65363a91e96b1493ef73975fa6)
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89520
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.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