Skip to content

Commit c21c3ad

Browse files
committed
remove 200px width on form-field since it messes up flex layouts
1 parent 2f1f0fd commit c21c3ad

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/lib/form-field/_form-field-theme.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
$underline-color-warn: mat-color($warn);
2424
$underline-focused-color: mat-color($primary);
2525

26-
// Define the width here so that it is easier for users to override with one css class worth
27-
// of specificity.
28-
.mat-form-field {
29-
width: 200px;
30-
}
31-
3226
.mat-form-field-placeholder {
3327
color: $placeholder-color;
3428
}

0 commit comments

Comments
 (0)