This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
mdInputContainer: Padding on the md-input-container does not pad the label too. #9939
Open
Description
Actual Behavior:
Adding any padding to the left side of <md-input-container>
does not also pad the label as would be expected.
This means that individual input-containers need to be wrapped in their own divs and set to flex in order to achieve expected behavior with padding.
CodePen:
http://codepen.io/anon/pen/EgzMLN
Details: Note that the label is not aligned with the input
Browser: Chrome
Version: Latest