mihai sirghe 235fd12824 [ADF-1702] Login Component - Fix username input text (#2468)
* bug fix for ADF-1702

updated login component scss (added adf-full-height class)
update login component template (applied the mentioned class to the html markup)

* Login component - issue ADF-1702 issue

update

applying the adf-full-height class to the password input field which has the same issue as the username field

* added general style rules that will override material design form input line height.

this is application specific change, will not impact the adf component framework

reverted the changes made in my previous attempt to fix this issue (login.component.scss and login.component.html)
2017-10-18 13:57:52 +02:00

3 lines
68 B
SCSS

.mat-form-field input.mat-input-element {
line-height: normal;
}