mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-26 09:46:49 +00:00
Merge pull request #1704 from trevdor/dev
Default word-break styling on post comments
This commit is contained in:
commit
a791219d20
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@
|
||||||
<a class="text-lighter text-decoration-none" :href="reply.url">{{timeAgo(reply.created_at)}}</a>
|
<a class="text-lighter text-decoration-none" :href="reply.url">{{timeAgo(reply.created_at)}}</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<p v-html="reply.content" style="word-break: break-all;"></p>
|
<p v-html="reply.content"></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="media mb-3">
|
<!-- <div class="media mb-3">
|
||||||
|
|
Loading…
Reference in a new issue