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 6b03b6b commit c27d5f9Copy full SHA for c27d5f9
components/dashboard/src/repositories/list/RepoListItem.tsx
@@ -30,7 +30,7 @@ export const RepositoryListItem: FC<Props> = ({ configuration }) => {
30
<div className="flex flex-col gap-1">
31
<Text className="font-semibold">{configuration.name}</Text>
32
{/* We show the url on a 2nd line for smaller screens since we hide the column */}
33
- <TextMuted className="inline md:hidden text-sm">{url}</TextMuted>
+ <TextMuted className="inline md:hidden text-sm break-all">{url}</TextMuted>
34
</div>
35
</TableCell>
36
0 commit comments