summaryrefslogtreecommitdiff
path: root/style/postman-email-log.css
diff options
context:
space:
mode:
Diffstat (limited to 'style/postman-email-log.css')
-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 {