Skip to content

Commit 1bc0ed6

Browse files
fix(details): fix commit descriptions overflowing
1 parent 60c1276 commit 1bc0ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/[pid=pid]/[org]/[repo]/[id=number]/PageRenderer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@
605605
{/if}
606606
</div>
607607
{#if commitDescriptions.length}
608-
<pre class="text-sm text-muted-foreground">{commitDescription}</pre>
608+
<pre class="text-sm text-wrap text-muted-foreground">{commitDescription}</pre>
609609
{/if}
610610
</div>
611611
<!-- Right part: verification badge & sha -->

0 commit comments

Comments
 (0)