Skip to content

Commit

Permalink
EMBCESSMOD-5541: Fix height of self serve success modal (#2307)
Browse files Browse the repository at this point in the history
Co-authored-by: Hemanth Kona <Hemanth.Kona@quartech.com>
  • Loading branch information
HemanthKona and Hemanth Kona authored Jun 6, 2024
1 parent 642c4bd commit bf619b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class DashboardComponent implements OnInit {
.open(SelfServeSubmissionDialogComponent, {
data: supportData,
width: '80%',
height: '750px',
height: 'auto',
maxWidth: '900px'
})
.afterClosed()
Expand Down

0 comments on commit bf619b3

Please sign in to comment.