mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-09 08:19:41 +00:00
Add ... to long email addresses. #29
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -52,3 +52,9 @@ textarea {
|
|||||||
.item-description {
|
.item-description {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.overflow-ellipsis {
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
display: inline-block;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
<dt>Email</dt>
|
<dt>Email</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="mailto:{{object.person.email}}" target="_blank">
|
<a href="mailto:{{object.person.email}}" target="_blank">
|
||||||
{{ object.person.email }}
|
<span class="overflow-ellipsis">{{ object.person.email }}</span>
|
||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user