Skip to content

Commit b9f7596

Browse files
fix(wizards): grow form card with content (#3043)
1 parent fcb5cc0 commit b9f7596

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/ui/apps/wizards/src/components/WizardShell.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
font-family: var(--wizard-font-family);
88
}
99

10-
.content {
11-
flex: 1;
10+
.shell > .content {
11+
flex: 1 0 auto;
1212
margin: 2rem;
1313
background-color: white;
1414
border-radius: 16px;

0 commit comments

Comments
 (0)