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