Handle very long email addresses

This commit is contained in:
Hillel Coren 2017-02-21 14:25:36 +02:00
parent 55069a0269
commit 0771c899f4
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1028,6 +1028,10 @@ ul.user-accounts a:hover div.remove {
visibility: visible;
}
.invoice-contact {
word-break: break-all;
}
.invoice-contact .tooltip-inner {
text-align:left;
width: 350px;