We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c1276 commit 1bc0ed6Copy full SHA for 1bc0ed6
src/routes/[pid=pid]/[org]/[repo]/[id=number]/PageRenderer.svelte
@@ -605,7 +605,7 @@
605
{/if}
606
</div>
607
{#if commitDescriptions.length}
608
- <pre class="text-sm text-muted-foreground">{commitDescription}</pre>
+ <pre class="text-sm text-wrap text-muted-foreground">{commitDescription}</pre>
609
610
611
<!-- Right part: verification badge & sha -->
0 commit comments