pcm-shared-components 0.0.84 → 0.0.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -97,7 +97,7 @@ export const GenericDialogWindow = props => {
97
97
  }, /*#__PURE__*/React.createElement(GenericAppBar, {
98
98
  appBarMenu: managedAppBarMenu
99
99
  }), /*#__PURE__*/React.createElement(DialogContent, {
100
- className: "pt-4 pl-0 pr-0 "
100
+ className: "pt-4 pl-0 pr-0 h-full w-full"
101
101
  }, /*#__PURE__*/React.createElement(PerfectScrollbar, {
102
102
  className: "",
103
103
  enable: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.84",
3
+ "version": "0.0.85",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {