mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* 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)
3 lines
68 B
SCSS
3 lines
68 B
SCSS
.mat-form-field input.mat-input-element {
|
|
line-height: normal;
|
|
} |