gantt-lib 0.28.0 → 0.28.1

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/dist/styles.css CHANGED
@@ -726,8 +726,8 @@
726
726
  flex-direction: column;
727
727
  flex-shrink: 0;
728
728
  pointer-events: auto;
729
- width: var(--tasklist-width, 640px);
730
- min-width: var(--tasklist-width, 640px);
729
+ width: var(--tasklist-width);
730
+ min-width: var(--tasklist-width);
731
731
  }
732
732
  .gantt-tl-overlay.gantt-tl-overlay-shadowed {
733
733
  box-shadow: 10px 0 18px -14px rgba(15, 23, 42, 0.45);
@@ -753,7 +753,7 @@
753
753
  display: flex;
754
754
  flex-direction: column;
755
755
  height: 100%;
756
- min-width: 640px;
756
+ min-width: var(--tasklist-width);
757
757
  }
758
758
  .gantt-tl-header {
759
759
  position: sticky;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-lib",
3
- "version": "0.28.0",
3
+ "version": "0.28.1",
4
4
  "description": "Lightweight React Gantt chart component library",
5
5
  "license": "MIT",
6
6
  "repository": {