Skip to content

Commit

Permalink
fixed #17193: fixed rendering of dynamic dialog content (#17194)
Browse files Browse the repository at this point in the history
* fixed rendering of dynamic dialog content

* Update dialogstyle.ts

to be consistent with previous versions of PrimeNG changed flex: 1 1 auto to flex-grow: 1
  • Loading branch information
rosenthalj authored Dec 25, 2024
1 parent e20b13d commit 990c051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/primeng/src/dialog/style/dialogstyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const theme = ({ dt }) => `
.p-dialog-content {
overflow-y: auto;
padding: ${dt('dialog.content.padding')};
flex-grow: 1;
}
.p-dialog-header {
Expand Down

0 comments on commit 990c051

Please sign in to comment.