Closed (fixed)
Project:
Thunder Admin Theme
Version:
8.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2018 at 14:08 UTC
Updated:
15 Mar 2018 at 09:29 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
malcomio commentedA width of 16px is set on .ckeditor-buttons li .cke-icon-only in /core/themes/stable/css/ckeditor/ckeditor.admin.css?0 - removing this in browser dev tools addresses the issue (at least in Chrome).
The same style is there in seven as well - not sure why it doesn't cause a problem there, but may be best to override it with width: auto
Comment #3
malcomio commentedThe issue happens because of the box-sizing being border-box, rather than content-box, but I think it's probably better to set the width to auto.
Here's a patch that does that
Comment #5
daniel.bosenComment #7
daniel.bosenComment #9
daniel.bosen