neo.mjs 4.0.82 → 4.0.83

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": "neo.mjs",
3
- "version": "4.0.82",
3
+ "version": "4.0.83",
4
4
  "description": "The webworkers driven UI framework",
5
5
  "type": "module",
6
6
  "repository": {
@@ -194,9 +194,11 @@
194
194
  }
195
195
 
196
196
  .neo-textfield-error {
197
- color : v(textfield-border-color-invalid);
198
- font-size : 11px;
199
- margin-top: .3em;
197
+ color : v(textfield-border-color-invalid);
198
+ font-size : 11px;
199
+ margin-top : .3em;
200
+ white-space: break-spaces;
201
+ word-break : break-word;
200
202
  }
201
203
 
202
204
  .neo-textfield-input {