summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2019-08-28 20:15:29 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2019-08-28 20:15:29 +0000
commit5f134fb5839bf3e161385727c2a2009b54444878 (patch)
treec504f5ec5158704dbfd96f74d8675ab228f0070a /style
parent6372e454198ed7a1a792b5bfd286af1178ae7d63 (diff)
downloadPost-SMTP-5f134fb5839bf3e161385727c2a2009b54444878.zip
security + export csv
Diffstat (limited to 'style')
-rw-r--r--style/postman-email-log.css5
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 {