neo.mjs 4.8.6 → 4.8.8
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
@@ -327,10 +327,10 @@
|
|
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 :
|
330
|
+
min-height : v(textfield-input-height);
|
331
|
+
min-width : 50px;
|
331
332
|
padding : v(textfield-input-padding);
|
332
333
|
transition : 250ms border-color cubic-bezier(0.4, 0, 0.2, 1);
|
333
|
-
width : 140px;
|
334
334
|
|
335
335
|
&:focus {
|
336
336
|
outline: none;
|
@@ -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
|
}
|