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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openatc-components",
3
- "version": "0.1.97",
3
+ "version": "0.1.98",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -329,9 +329,9 @@
329
329
  height: 100%;
330
330
  padding: 21PX 0PX 21PX 28PX;
331
331
  min-width: 360PX;
332
- // overflow: hidden;
332
+ overflow: hidden !important;
333
333
  .forbiddenstage{
334
- width: 60%;
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
  }