diff --git a/sao/src/theme/coog/sao.less b/sao/src/theme/coog/sao.less index 28c34eb5c75..683975de247 100644 --- a/sao/src/theme/coog/sao.less +++ b/sao/src/theme/coog/sao.less @@ -681,6 +681,11 @@ ul.nav.nav-tabs:empty { border-bottom: none; } +// In-tab wizard are not displayed in the right direction +div.wizard-form { + flex-direction: column; +} + /////////////////////////////////////////////////////////////////////////////// // Information Messages ///////////////////////////////////////////////////////////////////////////////