Fixes #3746 - Incorrect alignment in the listing of attachments when creating a ticket

This commit is contained in:
Mantas 2021-09-23 15:23:37 +03:00 committed by Thorsten Eckel
parent c099698c71
commit 39179c83f8

View file

@ -7017,8 +7017,8 @@ footer {
.article-new .textBubble {
border-color: #b3b3b3;
border-radius: 5px;
padding-left: 12px;
padding-right: 12px;
padding-left: 0;
padding-right: 0;
cursor: text;
}
@ -7057,7 +7057,7 @@ footer {
.attachments:not(:empty) {
padding: 9px 5px;
border-top: 1px solid hsl(0,0%,93%);
margin: 6px -12px 30px;
margin: 6px 0 30px;
}
.attachment.attachment--row {