Fix extension repo url on small screens
This commit is contained in:
@@ -151,7 +151,9 @@ export const MutableListSetting = ({
|
|||||||
<ListItemText
|
<ListItemText
|
||||||
primary={settingName}
|
primary={settingName}
|
||||||
secondary={values?.length ? values?.join(', ') : description}
|
secondary={values?.length ? values?.join(', ') : description}
|
||||||
secondaryTypographyProps={{ style: { display: 'flex', flexDirection: 'column' } }}
|
secondaryTypographyProps={{
|
||||||
|
style: { display: 'flex', flexDirection: 'column', wordBreak: 'break-word' },
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</ListItemButton>
|
</ListItemButton>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user