benivo-ui-library 1.9.32 → 1.9.34
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/autoComplete.less +1 -1
- package/checkbox.less +1 -0
- package/input.less +2 -0
- package/package.json +1 -1
- package/select.less +2 -0
package/autoComplete.less
CHANGED
package/checkbox.less
CHANGED
package/input.less
CHANGED
|
@@ -134,6 +134,7 @@ input[type='month'] {
|
|
|
134
134
|
.border-radius(@form-border-radius 0 0 @form-border-radius);
|
|
135
135
|
.box-shadow(@form-box-shadow);
|
|
136
136
|
box-sizing: border-box;
|
|
137
|
+
flex-shrink: 0;
|
|
137
138
|
|
|
138
139
|
@media @lg {
|
|
139
140
|
line-height: 1.4;
|
|
@@ -182,6 +183,7 @@ input[type='month'] {
|
|
|
182
183
|
.border-radius(@form-border-radius);
|
|
183
184
|
.box-shadow(@form-box-shadow);
|
|
184
185
|
box-sizing: border-box;
|
|
186
|
+
flex-shrink: 0;
|
|
185
187
|
|
|
186
188
|
@media @lg {
|
|
187
189
|
line-height: 1.4;
|
package/package.json
CHANGED
package/select.less
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
background-color: var(--white);
|
|
15
15
|
min-height: inherit;
|
|
16
16
|
width: 100%;
|
|
17
|
+
height: 40px;
|
|
17
18
|
padding: 0 0 0 .75rem;
|
|
18
19
|
line-height: @form-line-height-mobile;
|
|
19
20
|
color: inherit;
|
|
@@ -67,6 +68,7 @@
|
|
|
67
68
|
|
|
68
69
|
.form-select__indicators {
|
|
69
70
|
margin: -2px 0;
|
|
71
|
+
height: 40px;
|
|
70
72
|
}
|
|
71
73
|
|
|
72
74
|
.form-select__placeholder {
|