jobdone-shared-files 1.0.19 → 1.0.20

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": "jobdone-shared-files",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -99,6 +99,11 @@ ul, ol{
99
99
 
100
100
 
101
101
  // text / link ------------------------------------------
102
+
103
+ *{
104
+ word-break: break-all;
105
+ }
106
+
102
107
  a{
103
108
  text-decoration: none;
104
109
  // 如果需要底線使用 <u></u> tag