Have a look at the attached pic. The input field is pushed down. It shouldn't be.
Please provide a codepen so we can investigate more
@EladBezalel
Here it is: http://codepen.io/anon/pen/LpQQWv
Hey, a quick workaround would be:
md-input-container label {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
Most helpful comment
Hey, a quick workaround would be: