loleaflet/css/notebookbar.css | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit de0aa9238eb2fcaf4f209b7d006e44990029080f Author: Szymon Kłos <szymon.k...@collabora.com> AuthorDate: Mon Jul 27 14:04:55 2020 +0200 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Mon Jul 27 14:34:49 2020 +0200 notebookbar: don't move arrow to new line for linespacing When window was small arrow was moved to the next line and notebookbar layouw was broken. Change-Id: I7532a25b1a684aaaba70cfd28f9a3ee891f1d446 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99481 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> diff --git a/loleaflet/css/notebookbar.css b/loleaflet/css/notebookbar.css index 3cad6dbb6..906cbb76a 100644 --- a/loleaflet/css/notebookbar.css +++ b/loleaflet/css/notebookbar.css @@ -105,6 +105,11 @@ div[id*='Row'].notebookbar, div[id*='Column'].notebookbar, #SendToBack.notebookb margin: 0px 5px 0px 0px !important; } +/* avoid bug with arrow in new line when window is small */ +#LineSpacing.notebookbar { + width: 40px; +} + #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{ margin: 0px !important; padding: 0px !important; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits