mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1. Resolved resize window issue for DDL result panel.
2. Updated the Screenshots. 3. Updated server group title to bold. refs #6133
This commit is contained in:
committed by
Akshay Joshi
parent
18b77f15dd
commit
0c9c57e608
@@ -709,6 +709,7 @@ const customReactSelectStyles = (theme, readonly) => ({
|
||||
...provided,
|
||||
color: 'inherit',
|
||||
fontSize: '0.85em',
|
||||
fontWeight: 'bold',
|
||||
textTransform: 'none',
|
||||
}),
|
||||
menu: (provided) => ({
|
||||
|
||||
@@ -159,5 +159,5 @@ PgReactDataGrid.propTypes = {
|
||||
onItemSelect: PropTypes.func,
|
||||
onItemClick: PropTypes.func,
|
||||
noRowsText: PropTypes.string,
|
||||
noRowsIcon: PropTypes.elementType
|
||||
noRowsIcon: PropTypes.object
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user