feat(jwt) enhance JWT error notifications with details (#13668)

This commit is contained in:
Mihaela Dumitru
2023-08-09 13:01:09 +03:00
committed by GitHub
parent 1066c65a6a
commit f75ae6bd21
7 changed files with 94 additions and 46 deletions

View File

@@ -129,6 +129,7 @@ const useStyles = makeStyles()((theme: Theme) => {
...withPixelLineHeight(theme.typography.bodyShortRegular),
overflow: 'auto',
overflowWrap: 'break-word',
userSelect: 'all',
'&:not(:empty)': {
marginTop: theme.spacing(1)