mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03: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:
parent
bad4f13c2f
commit
373a682d54
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user