summaryrefslogtreecommitdiffstats
path: root/equations/templates/equations/variable_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'equations/templates/equations/variable_detail.html')
-rw-r--r--equations/templates/equations/variable_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/equations/templates/equations/variable_detail.html b/equations/templates/equations/variable_detail.html
index ceec48c..63ca233 100644
--- a/equations/templates/equations/variable_detail.html
+++ b/equations/templates/equations/variable_detail.html
@@ -14,7 +14,7 @@
<tr><td><b>Reference:</b></td><td>
<a href="{{ object.reference }}">{{ object.reference }}</a></td></tr>
{% endif %}
- <tr><td><b>Raw LaTeX:</b></td><td><pre>{{ object.latex }}</pre></td></tr>
+ <tr><td width="25%"><b>Raw LaTeX:</b></td><td><pre>{{ object.latex }}</pre></td></tr>
{% if object.unicode %}
<tr><td><b>Unicode:</b></td><td>{{ object.unicode }}</td></tr>
{% endif %}