From 7e4c374cdc59bdba254e6260b461c3bf401e58ab Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 15 Oct 2015 15:13:37 +0200 Subject: [PATCH] fix IE11 user-profile rendering bug --- app/assets/stylesheets/zammad.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index dc0ecdc22..63be91e10 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -5822,6 +5822,7 @@ label + .wizard-buttonList { .tasks { margin-bottom: 10px; display: flex; + flex-basis: auto; flex-direction: column; } }