raise-common-lib 0.0.233-beta → 0.0.234-beta

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raise-common-lib",
3
- "version": "0.0.233-beta",
3
+ "version": "0.0.234-beta",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.3 || ^9.0.0",
6
6
  "@angular/core": "^8.2.3 || ^9.0.0"
@@ -420,8 +420,9 @@
420
420
  .e-gridcontent {
421
421
  flex: 1;
422
422
  min-height: 0;
423
+ display: flex;
423
424
  .e-content {
424
- height: 100% !important;
425
+ height: 100%;
425
426
  overflow-y: scroll !important;
426
427
  overflow-x: scroll !important;
427
428
  }