Fixes #3746 - Incorrect alignment in the listing of attachments when creating a ticket
This commit is contained in:
parent
a3df6b8581
commit
a7def1d62d
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue