0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fixed name and email spacing in account menu

This commit is contained in:
Peter Zimon 2022-08-23 11:50:29 +02:00
parent c82627be60
commit 8fe8874393

View file

@ -292,25 +292,19 @@
font-size: 1.5rem;
letter-spacing: 0;
font-weight: 600;
line-height: 1.2em;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
line-height: 1;
}
.gh-user-email {
display: inline-block;
width: 188px;
margin: 4px 0 0;
margin: 0;
padding: 0;
word-break: break-all;
font-size: 1.3rem;
font-weight: 400;
line-height: 1.2em;
line-height: 1;
color: var(--middarkgrey);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
/* Global search