Skip to content

Commit d68ecc1

Browse files
committed
fix(input): Fix inline input flexbox model to prevent input from being cut off
1 parent cc0b916 commit d68ecc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scss/_form.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ textarea {
5353

5454
input {
5555
@include border-radius(0);
56-
@include flex(1, 0, 220px);
56+
@include flex(1, 220px);
5757
@include appearance(none);
5858
margin: 0;
5959
padding-right: 24px;
@@ -110,7 +110,6 @@ textarea {
110110
}
111111

112112
.input-label {
113-
@include flex(1, 0, 100px);
114113
display: table;
115114
padding: 7px 10px 7px 0px;
116115
max-width: 200px;

0 commit comments

Comments
 (0)