diff options
Diffstat (limited to 'templates/thread.html')
-rw-r--r-- | templates/thread.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/thread.html b/templates/thread.html index 7c0f852f4cd0..a34308fe870c 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -33,7 +33,7 @@ <strong>{{ post.author_name }}</strong> </div> - <div class="align-self-stretch">{{ post.body | safe }}</div> + <div class="ml-2 align-self-stretch">{{ post.body | safe }}</div> <div class="d-inline-flex flex-column align-items-end ml-auto"> <a href="/thread/{{ id }}#post-{{ post.id }}" class="ml-auto"> |