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

Refined link dropdown line-height

This commit is contained in:
Peter Zimon 2021-11-16 17:05:39 +01:00
parent 568c523ff2
commit 1aea3c7c42

View file

@ -982,7 +982,7 @@ figure {
display: block;
font-weight: 600;
letter-spacing: 0;
line-height: 1em;
line-height: 1.3em;
}
.kg-settings-link-url {
@ -991,5 +991,5 @@ figure {
font-size: 1.2rem;
color: var(--midgrey);
letter-spacing: 0;
line-height: 1em;
line-height: 1.3em;
}