Add ... to long email addresses. #29

This commit is contained in:
Tom Price
2015-05-18 17:06:06 +01:00
parent 51943d5eac
commit 52682cee1d
4 changed files with 3291 additions and 3244 deletions

View File

@@ -51,4 +51,10 @@ textarea {
.item-description {
margin-left: 1em;
}
}
.overflow-ellipsis {
text-overflow: ellipsis;
display: inline-block;
max-width: 100%;
}