0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed descenders bug in editor title

no refs.

- After switching to Inter font in the Admin font descenders were cut in the editor title in Safari.
This commit is contained in:
Peter Zimon 2022-08-15 13:28:16 +02:00
parent bad4f13c2f
commit 373a682d54

View file

@ -551,7 +551,7 @@ body[data-user-is-dragging] .gh-editor-feature-image-dropzone {
display: block; display: block;
width: 100%; width: 100%;
min-height: auto; min-height: auto;
margin-bottom: 1.6rem; margin-bottom: 1.2rem;
border: none; border: none;
color: var(--black); color: var(--black);
font-size: 4.8rem; font-size: 4.8rem;
@ -685,7 +685,7 @@ body[data-user-is-dragging] .gh-editor-feature-image-dropzone {
} }
.gh-editor-title { .gh-editor-title {
padding: 0; padding: 0 0 4px;
} }
.gh-editor-title::placeholder { .gh-editor-title::placeholder {