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:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user