Skip to content

Commit

Permalink
[core] fix(Dialog): constrain DialogFooter children width (#6812)
Browse files Browse the repository at this point in the history
  • Loading branch information
berryde authored May 24, 2024
1 parent 81dd30c commit 052ccb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/dialog/_dialog-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}

.#{$ns}-dialog-footer-main-section {
flex: 1 0 auto;
flex: 1 1 auto;
}

.#{$ns}-dialog-footer-actions {
Expand Down

1 comment on commit 052ccb5

@svc-palantir-github
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[core] fix(Dialog): constrain DialogFooter children width (#6812)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.