fix: use maxw on author field
This commit is contained in:
parent
023be3d733
commit
a7b73023d0
@ -81,7 +81,7 @@
|
|||||||
{entry.content}
|
{entry.content}
|
||||||
</p>
|
</p>
|
||||||
<p
|
<p
|
||||||
class="place-self-end text-sm font-monospace overflow-hidden text-ellipsis text-nowrap"
|
class="max-w-[45ch] place-self-end text-sm font-monospace overflow-hidden text-ellipsis text-nowrap"
|
||||||
title={entry.author}
|
title={entry.author}
|
||||||
>
|
>
|
||||||
--- posted by {entry.author}
|
--- posted by {entry.author}
|
||||||
|
Loading…
Reference in New Issue
Block a user