jobdone-shared-files 1.0.20 → 1.0.21

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