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 a3df6b8581
commit a7def1d62d

View file

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