You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Compare the padding-lefts of the textareas in the two
Details:
This seems to be caused by line 453 in file input.js: element.css('padding', null);. This does not reset style in JQuery (it may have worked in old versions). The line should be element.css('padding', '');
Angular Versions: *
Angular Version: 1.5.5
Angular Material Version: 1.1.0-rc.5
Additional Information:
Browser Type: * Chrome
Browser Version: * 51.0.2704.84 m
OS: * Windows 7
Stack Traces:
Shortcut to create a new CodePen Demo.
Note: * indicates required information. Without this information, your issue may be auto-closed.
Do not modify the titles or questions. Simply add your responses to the ends of the questions.
Add more lines if needed.