kopia lustrzana https://github.com/pixelfed/pixelfed
Default word-break styling on post comments
rodzic
66d4b9a0bf
commit
49ed4ac00a
|
@ -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">
|
||||||
|
|
Ładowanie…
Reference in New Issue