Skip to content

Commit

Permalink
Merge pull request #298 from AOT-Technologies/Feature/FWF-3739-Save-a…
Browse files Browse the repository at this point in the history
…nd-Publish

FWF-3739 [Bugfix] Height commented for common modal dialog as it is breaking settings modal layout
  • Loading branch information
arun-s-aot authored Oct 15, 2024
2 parents 1490274 + dcb3091 commit 38d2f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms-flow-theme/scss/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
// height: 100vh;
margin: auto;
min-height: auto;
// margin: 8.75rem auto !important; // Full height of the viewport
Expand Down

0 comments on commit 38d2f94

Please sign in to comment.