diff options
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; } |