Skip to content

Commit

Permalink
Merge pull request instructlab#434 from nerdalert/wiz-css
Browse files Browse the repository at this point in the history
Increase the wizard component height
  • Loading branch information
vishnoianil authored Dec 16, 2024
2 parents ecddc61 + 5a47d6b commit d1ce94d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Contribute/Knowledge/knowledge.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@
.knowledge-form {
line-height: 3;
}

.pf-v6-c-wizard {
display: flex;
flex-direction: column;
flex-grow: 1;
min-height: 60vh;
overflow: hidden;
}

0 comments on commit d1ce94d

Please sign in to comment.