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/index.css.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +3 -3
- package/package.json +1 -1
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
|
|
730
|
-
min-width: var(--tasklist-width
|
|
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:
|
|
756
|
+
min-width: var(--tasklist-width);
|
|
757
757
|
}
|
|
758
758
|
.gantt-tl-header {
|
|
759
759
|
position: sticky;
|