Fix other migration matches title styling

The width styling messed the word break up, causing the titles to overlap the "select" button on smaller screens
This commit is contained in:
schroda
2026-05-17 14:23:56 +02:00
parent 70c3906982
commit bb376c8a8a

View File

@@ -62,7 +62,7 @@ export const MigrationMatchedEntry = memo(
<Link
component={RouterLink}
to={AppRoutes.manga.path(entry.id)}
sx={{ textDecoration: 'none', color: 'inherit', width: 'max-content' }}
sx={{ textDecoration: 'none', color: 'inherit', width: 'fit-content' }}
onClick={(e) => e.stopPropagation()}
>
<TypographyMaxLines variant="h6" component="h3" title={entry.title}>