diff options
| -rw-r--r-- | templates/blog/activity.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/activity.html b/templates/blog/activity.html index 6c3d99f2..b23a1045 100644 --- a/templates/blog/activity.html +++ b/templates/blog/activity.html @@ -40,7 +40,7 @@ {% for comment in activity_recent_comments %} <li style="background: #1c1c1c;padding: 20px 10px 10px 10px;margin-bottom: 10px;border-radius: 8px;" <p>On <a href="{% url 'blog:post' comment.post.slug %}#comment-{{ comment.id }}">{{ comment.post.title }}</a>: - <blockquote style="background: none; margin-top: 15px; padding: 0px 20px; width: 100%; margin-left: 20px;">{{ comment.body|safe }}</blockquote></p> + <blockquote style="background: none; margin-top: 15px; padding: 0px 20px; width: 640px; margin-left: 20px;">{{ comment.body|safe }}</blockquote></p> </li> {% endfor %} </ul> |
