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

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 28 09:44:34 UTC 2020


 loleaflet/css/notebookbar.css |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c3c52b920b60343401509edcf2f6bd0a3a566dc4
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Tue Jul 28 11:18:16 2020 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Jul 28 11:44:15 2020 +0200

    notebookbar: don't move arrows to new line
    
    for icons with dropdown arrow
    
    Change-Id: Icaeb60e9c431337657a312575ba4c61b3588ec84
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99579
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/notebookbar.css b/loleaflet/css/notebookbar.css
index dbf9ccfb1..7385916b4 100644
--- a/loleaflet/css/notebookbar.css
+++ b/loleaflet/css/notebookbar.css
@@ -122,8 +122,8 @@ div[id*='Row'].notebookbar, div[id*='Column'].notebookbar, #SendToBack.notebookb
 }
 
 /* avoid bug with arrow in new line when window is small */
-#LineSpacing.notebookbar {
-	width: 40px;
+#LineSpacing.notebookbar, #InsertGraphic.notebookbar, #BasicShapes.notebookbar, #InsertTable.notebookbar {
+	width: 50px;
 }
 
 #buttonbefore.notebookbar, #buttonafter.notebookbar, #buttonoptimal.notebookbar, #buttonparallel.notebookbar, #buttonnone.notebookbar, #buttonthrough.notebookbar, #bottom.notebookbar, #top.notebookbar, #standard.notebookbar, #Bold.notebookbar, #Italic.notebookbar, #Underline.notebookbar, #Strikeout.notebookbar{


More information about the Libreoffice-commits mailing list