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

Henry Castro (via logerrit) logerrit at kemper.freedesktop.org
Tue Aug 20 15:35:43 UTC 2019


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

New commits:
commit d58f4a937d1477eb6f945ab37d5c05d268fc8c5d
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Sat Jul 27 10:40:46 2019 -0400
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Tue Aug 20 17:35:23 2019 +0200

    loleaflet: mobile: fix  misaligned font name in android WebView
    
    Change-Id: Ibfee4427fc1fc667f90377f7cb6bbcb08a719b0e
    Reviewed-on: https://gerrit.libreoffice.org/77848
    Reviewed-by: Henry Castro <hcastro at collabora.com>
    Tested-by: Henry Castro <hcastro at collabora.com>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index ccb7b57d9..3ae37ad54 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -65,6 +65,10 @@ w2ui-toolbar {
     z-index: 1000;
 }
 
+.select2-container .select2-selection--single {
+    height: 100%;
+}
+
 .w2ui-scroll-left,
 .w2ui-scroll-right {
     z-index: 1000;


More information about the Libreoffice-commits mailing list