Browse Source

Closes #3225 - Remove inline image styling before showing modal

Co-authored-by: Dusan Vuckovic <dv@zammad.com>
Stubenhocker1399 2 years ago
parent
commit
4d16c49055
1 changed files with 3 additions and 2 deletions
  1. 3 2
      app/assets/stylesheets/zammad.scss

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

@@ -10123,8 +10123,9 @@ label + .wizard-buttonList {
   }
 
   img {
-    max-width: 100%;
-    max-height: calc(100vh - 218px);
+    width: auto !important;
+    max-width: 100% !important;
+    max-height: calc(100vh - 218px) !important;
   }
 }