neo.mjs 4.8.7 → 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
@@ -328,9 +328,9 @@
|
|
328
328
|
color : v(textfield-input-color);
|
329
329
|
font : v(textfield-input-font);
|
330
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;
|