Add support for custom roles and role permissions management in pgAdmin. #7310

This commit is contained in:
Aditya Toshniwal
2025-04-15 11:25:31 +05:30
committed by GitHub
parent 8b4df8beb1
commit 7d8a915ee0
66 changed files with 1438 additions and 205 deletions
@@ -1280,7 +1280,8 @@ const StyledNotifierMessageBox = styled(Box)(({theme}) => ({
'& .FormFooter-message': {
color: theme.palette.text.primary,
marginLeft: theme.spacing(0.5),
whiteSpace: 'pre-line'
whiteSpace: 'pre-line',
userSelect: 'text'
},
'& .FormFooter-messageCenter': {
color: theme.palette.text.primary,