fix(AddAppConnection): word break error messages
This commit is contained in:
@@ -117,7 +117,10 @@ export default function AddAppConnection(
|
||||
)}
|
||||
|
||||
{errorMessage && (
|
||||
<Alert severity="error" sx={{ mt: 1, fontWeight: 500 }}>
|
||||
<Alert
|
||||
severity="error"
|
||||
sx={{ mt: 1, fontWeight: 500, wordBreak: 'break-all' }}
|
||||
>
|
||||
{errorMessage}
|
||||
</Alert>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user