Skip to content

Commit

Permalink
fix(wizard): modal-content was not expanding vertically
Browse files Browse the repository at this point in the history
Signed-off-by: Bozhidar Dryanovski <[email protected]>
  • Loading branch information
bdryanovski authored and steve-haar committed Mar 7, 2022
1 parent 3872fe4 commit 16660df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/angular/src/wizard/_wizard.clarity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
flex: 1 1 auto;
@include css-var(color, clr-wizard-main-textColor, $clr-wizard-main-textColor, $clr-use-custom-properties);
width: 100%;
min-height: 70vh;
}

.modal-footer {
Expand Down

0 comments on commit 16660df

Please sign in to comment.