Is your feature request related to a problem? Please describe.
When Having a nice responsive design for a component this does only work for full viewport, which a Dialog seldom uses fully. So Responsive Breakpoints are handled as if the Component would be rendered by a FAR wider window
Describe the solution you'd like
The Breakpoints used (SizeSM / SizeLG / OrderMD ...) are in relation to the DialogContent Width, not the full Browser Viewport
Describe alternatives you've considered
- Making the Dialog Width = "100vw"
- Adjusting displayed Component(s) in the Dialog to be generally for smaller display