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:
parent
bad4f13c2f
commit
373a682d54
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue