mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
[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:
parent
c6518dd6c5
commit
235fd12824
3
demo-shell-ng2/app/general.scss
Normal file
3
demo-shell-ng2/app/general.scss
Normal file
@ -0,0 +1,3 @@
|
||||
.mat-form-field input.mat-input-element {
|
||||
line-height: normal;
|
||||
}
|
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user