summaryrefslogtreecommitdiff
path: root/website/templates
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates')
-rwxr-xr-xwebsite/templates/view-abstracts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/view-abstracts.html b/website/templates/view-abstracts.html
index 6a9a72b..619657d 100755
--- a/website/templates/view-abstracts.html
+++ b/website/templates/view-abstracts.html
@@ -103,7 +103,7 @@ You have not submitted any proposal. To submit proposal click <a href="{% url 'w
<td> {{proposal.proposal_type }} </td>
{% if user.is_superuser %}
- <td ><a href="{% url 'website:comment_abstract' proposal.id %}">{{proposal.title }}</a> </td>
+ <td style="white-space: nowrap; text-overflow:ellipsis; overflow: hidden; max-width:.5px;"><a href="{% url 'website:comment_abstract' proposal.id %}">{{proposal.title }}</a> </td>
{% else %}
<td style="white-space: nowrap; text-overflow:ellipsis; overflow: hidden; max-width:.5px;"> {{proposal.title}}</td>
<td ><a href="{% url 'website:abstract_details' proposal.id %}">View</a> </td>