Skip to content

Commit 44e81d8

Browse files
committed
prevent table from overflowing
1 parent c9fc6c1 commit 44e81d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/repositories/list/RepoListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const RepositoryListItem: FC<Props> = ({ configuration }) => {
3535
</TableCell>
3636

3737
<TableCell hideOnSmallScreen>
38-
<TextMuted className="text-sm">{url}</TextMuted>
38+
<TextMuted className="text-sm break-all">{url}</TextMuted>
3939
</TableCell>
4040

4141
<TableCell hideOnSmallScreen>{created}</TableCell>

0 commit comments

Comments
 (0)