Skip to content

Commit

Permalink
fix(input): set default width of 200px on input-container (#5833)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored and andrewseguin committed Jul 28, 2017
1 parent 91f7bf7 commit e9ab9b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/input/input-container.scss
Expand Up @@ -11,6 +11,7 @@ $mat-input-underline-height: 1px !default;
.mat-input-container {
display: inline-block;
position: relative;
width: 200px;

// To avoid problems with text-align.
text-align: left;
Expand Down

0 comments on commit e9ab9b4

Please sign in to comment.