diff --git a/app/static/css/table.css b/app/static/css/table.css index b5f9100..5e9245b 100644 --- a/app/static/css/table.css +++ b/app/static/css/table.css @@ -81,6 +81,9 @@ table.thread td.author { table.thread td { vertical-align: top; } +table.thread td.message img { + max-width: 100%; +} table.thread div.info { float: right; @@ -103,6 +106,7 @@ table.thread div.info { table.thread td.author { /* Includes padding */ width: 136px; + overflow-wrap: anywhere; } } diff --git a/app/templates/widgets/thread.html b/app/templates/widgets/thread.html index 3c692b6..64e1405 100644 --- a/app/templates/widgets/thread.html +++ b/app/templates/widgets/thread.html @@ -7,7 +7,7 @@ {% if c != top_comment %} {{ widget_user.profile(c.author) }} - +
Posté le {{ c.date_created|date }}
{% if c.date_created != c.date_modified %}