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

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 {