neo.mjs 4.8.6 → 4.8.7

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.8.6",
3
+ "version": "4.8.7",
4
4
  "description": "The webworkers driven UI framework",
5
5
  "type": "module",
6
6
  "repository": {
@@ -327,7 +327,7 @@
327
327
  border-radius : v(textfield-border-radius);
328
328
  color : v(textfield-input-color);
329
329
  font : v(textfield-input-font);
330
- min-height : 27px;
330
+ min-height : v(textfield-input-height);
331
331
  padding : v(textfield-input-padding);
332
332
  transition : 250ms border-color cubic-bezier(0.4, 0, 0.2, 1);
333
333
  width : 140px;
@@ -364,5 +364,6 @@
364
364
  font-size : v(textfield-sublabel-font-size);
365
365
  margin : v(textfield-sublabel-margin);
366
366
  user-select: none;
367
+ white-space: break-spaces;
367
368
  }
368
369
  }