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:
Nikhil Mohite
2022-09-08 15:24:43 +05:30
committed by Akshay Joshi
parent 18b77f15dd
commit 0c9c57e608
13 changed files with 109 additions and 137 deletions

View File

@@ -709,6 +709,7 @@ const customReactSelectStyles = (theme, readonly) => ({
...provided,
color: 'inherit',
fontSize: '0.85em',
fontWeight: 'bold',
textTransform: 'none',
}),
menu: (provided) => ({

View File

@@ -159,5 +159,5 @@ PgReactDataGrid.propTypes = {
onItemSelect: PropTypes.func,
onItemClick: PropTypes.func,
noRowsText: PropTypes.string,
noRowsIcon: PropTypes.elementType
noRowsIcon: PropTypes.object
};