Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

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 <bozhidar.dryanovski@gmail.com>
  • Loading branch information
bdryanovski committed Mar 1, 2022
1 parent e3411cf commit 3fc503f
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 3fc503f

Please sign in to comment.