openatc-components 0.1.97 → 0.1.98
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
|
@@ -329,9 +329,9 @@
|
|
|
329
329
|
height: 100%;
|
|
330
330
|
padding: 21PX 0PX 21PX 28PX;
|
|
331
331
|
min-width: 360PX;
|
|
332
|
-
|
|
332
|
+
overflow: hidden !important;
|
|
333
333
|
.forbiddenstage{
|
|
334
|
-
width:
|
|
334
|
+
width: 77% !important;
|
|
335
335
|
margin: 10px auto;
|
|
336
336
|
color: $--color-text-primary;
|
|
337
337
|
}
|
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
color: $--color-text-secondary;
|
|
413
413
|
}
|
|
414
414
|
.closephasekanban {
|
|
415
|
-
width: 77
|
|
415
|
+
width: 77% !important;
|
|
416
416
|
margin: 0 auto;
|
|
417
417
|
margin-bottom: 13PX;
|
|
418
418
|
}
|