Break words when needed (#150)
Closes #149 Reviewed-on: https://codeberg.org/rimgo/rimgo/pulls/150 Reviewed-by: orangix <orangix@noreply.codeberg.org> Co-authored-by: video-prize-ranch <cb.8a3w5@simplelogin.co> Co-committed-by: video-prize-ranch <cb.8a3w5@simplelogin.co>
This commit is contained in:
parent
8fe3f73568
commit
157407c013
|
@ -52,7 +52,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex flex-center flex-col">
|
<div class="flex flex-center flex-col break-words">
|
||||||
{{#each post.Media}}
|
{{#each post.Media}}
|
||||||
{{#if this.Title}}
|
{{#if this.Title}}
|
||||||
<h4 class="font-bold">{{this.Title}}</h4>
|
<h4 class="font-bold">{{this.Title}}</h4>
|
||||||
|
|
Loading…
Reference in New Issue