Merge pull request #3026 from friedPotat0/multilinesender

Fix alignment of senders in quarantine detail view
master
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
1 changed files with 2 additions and 0 deletions

View File

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