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 c9fc6c1 commit 44e81d8Copy full SHA for 44e81d8
components/dashboard/src/repositories/list/RepoListItem.tsx
@@ -35,7 +35,7 @@ export const RepositoryListItem: FC<Props> = ({ configuration }) => {
35
</TableCell>
36
37
<TableCell hideOnSmallScreen>
38
- <TextMuted className="text-sm">{url}</TextMuted>
+ <TextMuted className="text-sm break-all">{url}</TextMuted>
39
40
41
<TableCell hideOnSmallScreen>{created}</TableCell>
0 commit comments