Index: lams_central/web/ckeditor/plugins/jlatexmath/buttons.css =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r12628a872efe4b3dda921cb695a2eb527dca65a7 --- lams_central/web/ckeditor/plugins/jlatexmath/buttons.css (.../buttons.css) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_central/web/ckeditor/plugins/jlatexmath/buttons.css (.../buttons.css) (revision 12628a872efe4b3dda921cb695a2eb527dca65a7) @@ -1,8 +1,10 @@ #formulaTabs { - height: 270px; + min-height: 270px; } #formulaTabs > div.ui-tabs-panel { + display: flex; + flex-wrap: wrap; padding-left: 5px; } @@ -13,7 +15,7 @@ #formulaTabs button { width: 30px; height: 25px; - margin: 0 0 4px 0; + margin: 0 4px 4px 0; background: none; background-color: #EEEEEE; color: black;