We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140df95 commit 7f58649Copy full SHA for 7f58649
style/web/components/form/_index.less
@@ -139,6 +139,10 @@
139
display: inline-block;
140
margin-right: @form-item-margin-right-inline;
141
}
142
+
143
+ .@{prefix}-input {
144
+ width: @form-inline-content-width;
145
+ }
146
147
148
.@{prefix}-input__extra,
style/web/components/form/_var.less
@@ -50,3 +50,6 @@
50
@input-box-shadow-color-warning-focus: @warning-color-focus;
51
@input-border-color-error: @error-color;
52
@input-box-shadow-color-error-focus: @error-color-focus;
53
54
+// inline
55
+@form-inline-content-width: 200px;
0 commit comments