Skip to content

Commit

Permalink
fix(form): fix height of form not setting full height.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamAguera committed Nov 18, 2019
1 parent 15c409b commit 8ed6c6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/truly-ui/src/components/form/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

.formContent {
position: relative;
height: calc(100% - 34px);
}

.loading {
Expand Down

0 comments on commit 8ed6c6a

Please sign in to comment.