canvasxpress 63.2.0 → 63.5.0
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 +1 -1
- package/src/canvasXpress.css +3 -1
- package/src/canvasXpress.js +4 -4
package/package.json
CHANGED
package/src/canvasXpress.css
CHANGED
|
@@ -2780,6 +2780,8 @@ span.CanvasXpressMousePosition {
|
|
|
2780
2780
|
.cX-Workflow-Slider-Area {
|
|
2781
2781
|
flex-grow: 1;
|
|
2782
2782
|
position: relative;
|
|
2783
|
+
margin-right: 15px;
|
|
2784
|
+
margin-left: 5px;
|
|
2783
2785
|
}
|
|
2784
2786
|
|
|
2785
2787
|
.cX-Workflow-Slider-Track {
|
|
@@ -2815,7 +2817,7 @@ span.CanvasXpressMousePosition {
|
|
|
2815
2817
|
border: 1px var(--cx-border-style) var(--cx-workflow-timeline-border-color);
|
|
2816
2818
|
border-radius: var(--cx-border-radius);
|
|
2817
2819
|
margin-top: 10px;
|
|
2818
|
-
padding-top: 10px;
|
|
2820
|
+
/* padding-top: 10px; */
|
|
2819
2821
|
max-height: 200px;
|
|
2820
2822
|
overflow-y: auto;
|
|
2821
2823
|
}
|