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

mert (via logerrit) logerrit at kemper.freedesktop.org
Wed Jan 8 16:51:51 UTC 2020


 loleaflet/css/toolbar.css |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 026500b3a5d60e90e2d34c10fb82ffeef0eeb68c
Author:     mert <mert.tumer at collabora.com>
AuthorDate: Mon Dec 23 13:09:17 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Jan 8 17:49:19 2020 +0100

    Fix insertshapes display problem
    
    Insert Shapes dialog opens on the right
    side of the screen and can be too
    narrow on desktop
    
    Change-Id: I8f9fe8f00989b504d05282fcd5332bf1a1b94ad0
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/85747
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 95d7eae00..47ad32e4e 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -764,6 +764,7 @@ button.leaflet-control-search-next
 		position: relative;
 		padding: 2px;
 		display: inline-block;
+		min-width: 350px;
 		width:  100%;
 		height: 100%;
 }


More information about the Libreoffice-commits mailing list