[Rt-commit] rt branch 5.0/ckeditor-toolbar-left-alignment created. rt-5.0.2-78-g806a713462
BPS Git Server
git at git.bestpractical.com
Fri Feb 18 22:07:56 UTC 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".
The branch, 5.0/ckeditor-toolbar-left-alignment has been created
at 806a71346280c18c49f35b49fd6ba222dc3707f1 (commit)
- Log -----------------------------------------------------------------
commit 806a71346280c18c49f35b49fd6ba222dc3707f1
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sat Feb 19 05:46:01 2022 +0800
Make all ckeditor toolbar groups the same height
".cke_combo_button"("Formatting Styles" and "Paragraph Format" use it)
has "margin-bottom: 5px" by default, which is 2px bigger than the other
toolbar groups.
By making them the same height, toolbar's second row will be able to
start from the leftmost instead of weirdly below the "Text Colors"
group.
diff --git a/share/static/css/elevator-light/misc.css b/share/static/css/elevator-light/misc.css
index 1219bff839..0ca4c16915 100644
--- a/share/static/css/elevator-light/misc.css
+++ b/share/static/css/elevator-light/misc.css
@@ -130,6 +130,7 @@ svg.icon-helper {
.cke_toolbar .cke_combo_button,
.cke_toolbar .cke_toolgroup {
margin-right: 5px;
+ margin-bottom: 3px; /* Make "Formatting Styles"/"Paragraph Format" the same height as others */
}
legend {
-----------------------------------------------------------------------
hooks/post-receive
--
rt
More information about the rt-commit
mailing list