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
|
@@ -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;
|