Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(input): hide input text character overflow
Browse files Browse the repository at this point in the history
Closes #1461.
  • Loading branch information
ThomasBurleson committed Feb 14, 2015
1 parent 1d9132a commit e290b53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ md-input-container {
display: flex;
position: relative;
flex-direction: column;

overflow-x: hidden;
padding: $input-container-padding;
padding-bottom: $input-container-padding + $input-error-height;


textarea,
input[type="text"],
input[type="password"],
Expand Down

0 comments on commit e290b53

Please sign in to comment.