mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-19 01:15:04 -05:00
Add support for custom roles and role permissions management in pgAdmin. #7310
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user