From 79d73bd1f17f8ae821a74e22f4d8a7541cfef65e Mon Sep 17 00:00:00 2001 From: Jean Cavallo Date: Fri, 3 May 2024 11:27:04 +0200 Subject: [PATCH] sao: Fix layout of tab wizards Fix PCLAS-843 --- sao/src/theme/coog/sao.less | 5 +++++ 1 file changed, 5 insertions(+) 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 ///////////////////////////////////////////////////////////////////////////////