Skip to content

Commit e9ab9b4

Browse files
mmalerbaandrewseguin
authored andcommitted
fix(input): set default width of 200px on input-container (#5833)
1 parent 91f7bf7 commit e9ab9b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/input/input-container.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $mat-input-underline-height: 1px !default;
1111
.mat-input-container {
1212
display: inline-block;
1313
position: relative;
14+
width: 200px;
1415

1516
// To avoid problems with text-align.
1617
text-align: left;

0 commit comments

Comments
 (0)