Fixes #3772 - Existing tickets: New article modal with padding-left: 0; padding-right: 0;

This commit is contained in:
Mantas Masalskis 2021-09-29 10:09:08 +02:00 committed by Thorsten Eckel
parent 5f2181d8a3
commit 8d37feceb6

View file

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