fix: text-nowrap on timestamps

This commit is contained in:
Barış Soner Uşaklı
2026-02-27 17:08:24 -05:00
parent 69ef72ba33
commit 117ae6aa43
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
<a href="{config.relative_path}/uid/{./user.uid}">{./user.username}</a>
{function.userAgentIcons} {../browser} {../version} on {../platform}
</td>
<td><span class="timeago" title="{./datetimeISO}"></span></td>
<td class="text-nowrap"><span class="timeago" title="{./datetimeISO}"></span></td>
</tr>
{{{ end }}}
</tbody>

View File

@@ -14,7 +14,7 @@
<tr>
<td><a href="{config.relative_path}/topic/{../slug}">{../title}</a></td>
<td>[[topic:posted-by, {../user.username}]]</td>
<td><span class="timeago" data-title="{../timestampISO}"></span></td>
<td class="text-nowrap"><span class="timeago" data-title="{../timestampISO}"></span></td>
</tr>
{{{ end }}}
</tbody>

View File

@@ -22,7 +22,7 @@
<td>{../uid}</td>
<td>{../username}</td>
<td>{../email}</td>
<td><span class="timeago" title="{../joindateISO}"></span></td>
<td class="text-nowrap"><span class="timeago" title="{../joindateISO}"></span></td>
</tr>
{{{ end }}}
</tbody>