jobdone-shared-files 0.0.1-beta.84 → 0.0.1-beta.85

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/treeItem.vue +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "0.0.1-beta.84",
3
+ "version": "0.0.1-beta.85",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/treeItem.vue CHANGED
@@ -165,6 +165,7 @@
165
165
  .btn-text {
166
166
  width: 100%;
167
167
  text-align: left;
168
+ word-break: break-word;
168
169
  }
169
170
  }
170
171