Skip to content

FluentUI Web Components - Set FluentDialog control size in razor when multiple dialog controls present #323

Closed Answered by SreeniC
SreeniC asked this question in Q&A
Discussion options

You must be logged in to vote

This issue has been resolved by adding separate classes for each 'FluentDialog' control.

Resolved -
::deep > fluent-dialog.edit-enty::part(control) {
--dialog-width: 500px;
--dialog-height: 340px;
padding: 2rem;
}

Here 'edit-enty' is the class added to one of the FluentDialog controls.
Hope this helps for others facing similar issues and need guidance.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SreeniC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant