mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed username being cut off in profile menu
This commit is contained in:
parent
50aa6f4877
commit
22344a28b5
1 changed files with 6 additions and 4 deletions
|
@ -284,6 +284,8 @@
|
|||
}
|
||||
|
||||
.gh-user-name {
|
||||
display: inline-block;
|
||||
width: 188px;
|
||||
margin: 1px 0 0;
|
||||
padding: 0;
|
||||
word-break: break-all;
|
||||
|
@ -291,13 +293,14 @@
|
|||
letter-spacing: 0;
|
||||
font-weight: 600;
|
||||
line-height: 1.2em;
|
||||
max-width: 160px;
|
||||
text-overflow: ellipsis;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.gh-user-email {
|
||||
display: inline-block;
|
||||
width: 188px;
|
||||
margin: 4px 0 0;
|
||||
padding: 0;
|
||||
word-break: break-all;
|
||||
|
@ -305,9 +308,8 @@
|
|||
font-weight: 400;
|
||||
line-height: 1.2em;
|
||||
color: var(--middarkgrey);
|
||||
max-width: 160px;
|
||||
text-overflow: ellipsis;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue