raise-common-lib 0.0.75 → 0.0.76

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.75",
3
+ "version": "0.0.76",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.3 || ^9.0.0",
6
6
  "@angular/core": "^8.2.3 || ^9.0.0"
@@ -86,7 +86,7 @@
86
86
  }
87
87
 
88
88
  &.e-headerchkcelldiv {
89
- padding: 0;
89
+ padding: 0 !important;
90
90
 
91
91
  .e-checkbox-wrapper {
92
92
  width: 100%;
@@ -329,7 +329,7 @@
329
329
  }
330
330
 
331
331
  .first-action-column {
332
- display: inline-flex;
332
+ display: flex;
333
333
  flex-flow: row nowrap;
334
334
  align-items: center;
335
335