🐛 Fixed incorrect font size in editor when using code tags in headings (#1619)

closes https://github.com/TryGhost/Ghost/issues/11814

- replace font-size from rem to em (same size that is used in ghost)
This commit is contained in:
Amit Chambial 2020-07-21 16:05:48 +05:30 committed by GitHub
parent 99817dfa1d
commit e9f119daea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@
.koenig-editor__editor code {
border-radius: 2px;
color: var(--darkgrey-d2);
font-size: 1.65rem;
font-size: .8em;
line-height: 1em;
padding: .4rem .4rem .2rem;
vertical-align: middle;