mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 20:34:02 +03:00
🐛 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:
parent
10852d0c51
commit
0607e47630
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user