mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Added break-all to email addresses on member details page
This commit is contained in:
parent
7dd32423b6
commit
70f82896cd
1 changed files with 1 additions and 0 deletions
|
@ -690,6 +690,7 @@ label[for="member-description"] + p {
|
|||
.gh-member-details a,
|
||||
.gh-member-details a:hover {
|
||||
color: var(--darkgrey-l1);
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.gh-member-details-identity {
|
||||
|
|
Loading…
Add table
Reference in a new issue