mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
All CSS font-size to % instead of px
This commit is contained in:
parent
c1c851c238
commit
c3f7827683
21 changed files with 52 additions and 52 deletions
|
|
@ -145,7 +145,7 @@ export class ContactsPopupView extends AbstractViewPopup {
|
|||
addresses = addresses.slice(0,1);
|
||||
}
|
||||
addresses.forEach(address => {
|
||||
email = new EmailModel(address, name);
|
||||
email = new EmailModel(address.value(), name);
|
||||
email.valid() && aE.push(email);
|
||||
});
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue