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:
parent
c82627be60
commit
8fe8874393
1 changed files with 3 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue