Merge pull request #3026 from friedPotat0/multilinesender

Fix alignment of senders in quarantine detail view
This commit is contained in:
André Peters 2019-10-11 08:45:24 +02:00 committed by GitHub
commit 727c27abb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,8 @@ span.mail-address-item {
border: 1px solid #ccc; border: 1px solid #ccc;
padding: 2px 7px; padding: 2px 7px;
margin-right: 7px; margin-right: 7px;
display: inline-block;
margin: 2px 6px 2px 0;
} }
table tbody tr { table tbody tr {