I'm having a button and angular js material date picker in a row. Date picker is not aligned correctly. I tried adding a margin too. Without using an additional CSS file ,(adding in line css) please help me to align these components.
<div> <md-button class="md-raised md-button job-export-jobs md-ink-ripple">Export Jobs Date</md-button> <md-input-container> <label for="jobDate">Export date</label> <md-datepicker ng-model="model.exportJobsDate"> </md-datepicker> </md-input-container>