loleaflet/css/toolbar.css |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 922e898a947d60c1e51f4ca850e1d3cf11b22e25
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Tue Oct 8 16:57:09 2019 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Tue Oct 8 16:57:21 2019 +0200

    jsdialogs: show both tabs on small screens
    
    Change-Id: I6c38703cf2580b75978fef2ca761d2fe93044f25

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index bbea39096..fbbae4a0d 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -1039,10 +1039,11 @@ menu-entry-with-icon.padding-left + 
menu-entry-icon.width */
 
 .ui-tabs.mobile-wizard {
        text-align: center;
+       height: 42px;
 }
 
 .ui-tab.mobile-wizard {
-       display: inline-table;
+       display: table-cell;
        height: 36px;
        line-height: 36px;
     vertical-align: middle;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to