Skip to content

Commit 611d9be

Browse files
authored
Merge pull request #1137 from dannon/fix/github-url-mobile-overflow
Fix GitHub URL overflow on mobile
2 parents 56df42a + c385671 commit 611d9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/WorkflowContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ onMounted(() => {
388388
</li>
389389
<li>
390390
<strong class="text-ebony-clay-900">GitHub: </strong>
391-
<a :href="githubWorkflowUrl" target="_blank" class="text-bay-of-many-700 hover:underline">
391+
<a :href="githubWorkflowUrl" target="_blank" class="text-bay-of-many-700 hover:underline break-all">
392392
{{ githubWorkflowUrl }} ↗
393393
</a>
394394
</li>

0 commit comments

Comments
 (0)