askbot-dragon 1.5.65 → 1.5.66

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": "askbot-dragon",
3
- "version": "1.5.65",
3
+ "version": "1.5.66",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -240,6 +240,8 @@ function newInitWaterMark(elId, textValue) {
240
240
 
241
241
  mask_div.style.display = "block";
242
242
 
243
+ mask_div.style.wordBreak = 'break-all'
244
+
243
245
  oTemp.appendChild(mask_div);
244
246
  }
245
247
  }