Add max-width to DialogContent

This commit is contained in:
Justin Edmund 2023-01-20 22:26:20 -08:00
parent a18c4d88bb
commit 0e3d5c08f8

View file

@ -28,6 +28,7 @@
overflow-y: scroll;
max-height: 80vh;
min-width: 580px;
max-width: 50vw;
// padding: $unit * $multiplier;
position: relative;