diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-04-16T00·56+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-04-16T00·56+0200 |
commit | a5f26777857abe740bd738ca059739d52dcc3273 (patch) | |
tree | 330256d1a7ff2410a6342a9aa9e6b7ce365ce779 /templates/thread.html | |
parent | 1b662c867438fa9e36846b2de820ff61815cb2a2 (diff) |
fix(templates): Add some pleasing spacing to thread layout
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"> |