Opened 10 years ago
Last modified 10 years ago
#12538 confirmed Bug
[Devtools] Troublesome relative font-size and line-height
Reported by: | Olek Nowodziński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | 3.6 |
Keywords: | Cc: |
Description
Following https://github.com/ckeditor/ckeditor-sdk/issues/25.
#cke_tooltip
is placed directly in website <body>
so it inherits global font rules. It looks strange if website's styles are very different from dialog's styles, e.g. a place where tooltips are shown.
#cke_tooltip
should gain static font-size
and line-height
to avoid weird layout in those cases.
Change History (4)
comment:1 follow-up: 2 Changed 10 years ago by
comment:2 Changed 10 years ago by
Replying to Reinmar:
There really is a config option for devtools? :O
Anyway, we could use CKE reset classes there.
I know. It's weird. But since we can fix that easily, why not do it ASAP?
comment:3 Changed 10 years ago by
I believe that no one actually cares beside us, because it's broken in the sample. So feel free work on this.
comment:4 Changed 10 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.6.6 → 3.6 |
There really is a config option for devtools? :O
Anyway, we could use CKE reset classes there.