Opened 12 years ago
Closed 12 years ago
#9880 closed Bug (expired)
Width of toolbar
Reported by: | frattaro | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Toolbar | Version: | 4.0.1 |
Keywords: | Cc: |
Description
The CKEditor toolbar width is less than 100% width if the css manipulates the font-size by a percentage, I think. My situation was a series of font-size manipulations (body: 62.5% > div container: 1.5em > div container: 1em!important > ckeditor)
The fix should be something as simple as adding font-size:100% to the cke-reset class. I fixed it by wrapping the ckeditor instance in a <p style="font-size:100%;">
Thanks for the awesome product.
Change History (3)
comment:1 Changed 12 years ago by
Component: | General → UI : Toolbar |
---|---|
Version: | → 4.0.1 (GitHub - master) |
comment:2 Changed 12 years ago by
Status: | new → pending |
---|
comment:3 Changed 12 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
Could you provide us with reduced sample files with CSS that shows this problem (Something like ckeditor/samples/replacebycode.html sample plus some CSS)?
That way we will be able to determine if this is CKEditor problem or just custom modification that can be taken care of by user only.