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 CHANGED
@@ -3,7 +3,7 @@
3
3
  "main": "src/canvasXpress.js",
4
4
  "style": "src/canvasXpress.css",
5
5
  "title": "CanvasXpress",
6
- "version": "63.2.0",
6
+ "version": "63.5.0",
7
7
  "license": {
8
8
  "type": "Dual licensing",
9
9
  "url": "https://www.canvasxpress.org/docs/license.html"
@@ -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
  }