diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2018-03-04 22:43:20 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2018-03-04 22:43:20 +0000 |
commit | 4d764b4df29b9031e6e21036c8880703804b7e58 (patch) | |
tree | 194e4d3ee68d587caec49a4c4672d4c57c2303a0 /style | |
parent | 437ff5566028c456b39fd96ff988a649edd46063 (diff) | |
download | Post-SMTP-4d764b4df29b9031e6e21036c8880703804b7e58.zip |
* sendgrid 6
* mail params
* email log send to column
* hostname insted of ip in emails
* remove mailgun test folder ( virustotal issue)
* added filters to from_name and from_email filters (local connection)
* change hostname extrect loginc
Diffstat (limited to 'style')
-rw-r--r-- | style/postman-email-log.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/style/postman-email-log.css b/style/postman-email-log.css index 4804e2a..873b392 100644 --- a/style/postman-email-log.css +++ b/style/postman-email-log.css @@ -23,6 +23,12 @@ th#date { border-bottom: 1px solid #ddd; } +#postman_page_records { + padding: 10px; + line-height: normal; + height: auto; +} + #postman-log-actions { border-bottom: 1px solid #ddd; } |