From 0e3d5c08f89b2a645b6bcbac7c17c09b0a3e7c18 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 20 Jan 2023 22:26:20 -0800 Subject: [PATCH] Add max-width to DialogContent --- components/DialogContent/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/components/DialogContent/index.scss b/components/DialogContent/index.scss index 5e64706f..3355fadb 100644 --- a/components/DialogContent/index.scss +++ b/components/DialogContent/index.scss @@ -28,6 +28,7 @@ overflow-y: scroll; max-height: 80vh; min-width: 580px; + max-width: 50vw; // padding: $unit * $multiplier; position: relative;