diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2019-08-28 20:15:29 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2019-08-28 20:15:29 +0000 |
commit | 5f134fb5839bf3e161385727c2a2009b54444878 (patch) | |
tree | c504f5ec5158704dbfd96f74d8675ab228f0070a /style | |
parent | 6372e454198ed7a1a792b5bfd286af1178ae7d63 (diff) | |
download | Post-SMTP-5f134fb5839bf3e161385727c2a2009b54444878.zip |
security + export csv
Diffstat (limited to 'style')
-rw-r--r-- | style/postman-email-log.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/style/postman-email-log.css b/style/postman-email-log.css index 873b392..d944fb5 100644 --- a/style/postman-email-log.css +++ b/style/postman-email-log.css @@ -18,15 +18,16 @@ th#date { .postman-log-row { padding: 20px; display: flex; - justify-content: space-around; align-items: center; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #ddd; + flex-wrap: wrap; } #postman_page_records { padding: 10px; line-height: normal; height: auto; + margin-right: 10px; } #postman-log-actions { |