From ed83b15a6b6b10963bf399e31bf255fc8efda246 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 31 Oct 2022 14:48:31 -0400 Subject: [PATCH] Add max-width to image. --- src/common-components/modal/modal.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common-components/modal/modal.vue b/src/common-components/modal/modal.vue index 11acdb53f..a375cf8cc 100644 --- a/src/common-components/modal/modal.vue +++ b/src/common-components/modal/modal.vue @@ -94,6 +94,7 @@ export default { img { display: flex; margin: 0 auto 1.5rem auto; + max-width: 100%; } } }