Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions sao/src/theme/coog/sao.less
Original file line number Diff line number Diff line change
Expand Up @@ -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
///////////////////////////////////////////////////////////////////////////////
Expand Down