neo.mjs 4.0.79 → 4.0.80

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.79",
3
+ "version": "4.0.80",
4
4
  "description": "The webworkers driven UI framework",
5
5
  "type": "module",
6
6
  "repository": {
@@ -56,6 +56,7 @@
56
56
  &.label-inline {
57
57
  display : block;
58
58
  font-size: 14px;
59
+ height : inherit;
59
60
  position : relative;
60
61
 
61
62
  &.neo-focus {
@@ -108,7 +109,7 @@
108
109
 
109
110
  .neo-label-wrapper {
110
111
  display : flex;
111
- height : 100%;
112
+ height : 27px;
112
113
  position: absolute;
113
114
  width : 100%;
114
115