Browse Source

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

Mantas Masalskis 3 years ago
parent
commit
8d37feceb6
1 changed files with 8 additions and 3 deletions
  1. 8 3
      app/assets/stylesheets/zammad.scss

+ 8 - 3
app/assets/stylesheets/zammad.scss

@@ -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 {