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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu May 23 12:31:51 UTC 2019


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

New commits:
commit e3bc157c0df9dc45413c77b54607064fc3b42b00
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Thu May 23 10:19:25 2019 +0200
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Thu May 23 14:31:32 2019 +0200

    Limit font name box to 150px
    
    Otherwise this will get as big as the longest font name.
    Seems this was intendend to be like this, but was broken at some point.
    
    Change-Id: I2db29834f7fd9c53efa5ba9da4e6f7f292a2eb08
    Reviewed-on: https://gerrit.libreoffice.org/72816
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index c1b3ebe67..29a9aa472 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -254,8 +254,8 @@ button.leaflet-control-search-next
 .styles-select {
     width: 180px;
 }
-.fonts-select {
-    width: 150px;
+#tb_editbar_item_fonts .select2-container{
+    width: 150px !important;
 }
 .fontsizes-select {
     width: 55px !important;


More information about the Libreoffice-commits mailing list