-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "Bold" icon is not centered #811
Comments
It's a rendering issue in Chrome. Take a look at this screenshot: In both cases, the pink rectangle is centered in the middle of the green rectangle in the image processor and put as an overlay over the button with an icon. In the second alignment case, the alignment of the icon is different because the geometry of the toolbar has changed (wrapped items to the next line) which normally would not have any impact. They are the same toolbars. This is what it looks like in FF (similar to the Chrome wrapped to the 2nd line): And Safari (unlike any of the above): It's the 21st century and we cannot get over CSS. I suspect the cause of the issue is the Some more reliable positioning strategies (
|
Will you do a PR? |
Fix: The bold icon should be centered in the view box. Closes ckeditor/ckeditor5#811.
It's more to the right.
The text was updated successfully, but these errors were encountered: