raise-common-lib 0.0.92 → 0.0.94

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.92",
3
+ "version": "0.0.94",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.3 || ^9.0.0",
6
6
  "@angular/core": "^8.2.3 || ^9.0.0"
@@ -8,6 +8,7 @@
8
8
  .e-datepicker {
9
9
  height: var(--rs-input-line-height);
10
10
  font-family: var(--rs-font-family);
11
+ background-color: #fff;
11
12
  .e-input-group {
12
13
  height: 100%;
13
14
  min-height: 100%;
@@ -285,7 +285,7 @@
285
285
  }
286
286
 
287
287
  .e-treecolumn-container {
288
- display: flex;
288
+ display: flex !important;
289
289
  flex-flow: row nowrap;
290
290
  align-items: center;
291
291
 
@@ -566,7 +566,7 @@
566
566
 
567
567
  .e-input {
568
568
  height: 100%;
569
- padding: 0;
569
+ padding: 0 !important;
570
570
 
571
571
  color: #062c4f !important;
572
572
  font-family: Arial;