Browse Source

fix IE11 user-profile rendering bug

Felix Niklas 9 years ago
parent
commit
7e4c374cdc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/assets/stylesheets/zammad.scss

+ 1 - 0
app/assets/stylesheets/zammad.scss

@@ -5822,6 +5822,7 @@ label + .wizard-buttonList {
   .tasks {
     margin-bottom: 10px;
     display: flex;
+    flex-basis: auto;
     flex-direction: column;
   }
 }