[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)
This commit is contained in:
mihai sirghe 2017-10-18 14:57:52 +03:00 committed by Popovics András
parent c6518dd6c5
commit 235fd12824
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
.mat-form-field input.mat-input-element {
line-height: normal;
}

View File

@ -12,7 +12,7 @@
@import '~ng2-alfresco-upload/styles/index';
@import '~ng2-alfresco-userinfo/styles/index';
@import '~ng2-alfresco-search/styles/index';
@import './general';
@include mat-core();