From 8df792ea0ad1a9925bf2b83a3da13e5d4b3bd52b Mon Sep 17 00:00:00 2001 From: Nate Weller Date: Fri, 18 Oct 2024 14:57:11 -0600 Subject: [PATCH] Scale in progress image with container --- .../src/js/components/in-progress-animation/styles.module.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/plugins/protect/src/js/components/in-progress-animation/styles.module.scss b/projects/plugins/protect/src/js/components/in-progress-animation/styles.module.scss index bba29ab024eb3..41ff83b4b3a34 100644 --- a/projects/plugins/protect/src/js/components/in-progress-animation/styles.module.scss +++ b/projects/plugins/protect/src/js/components/in-progress-animation/styles.module.scss @@ -1,5 +1,7 @@ .inProgressAnimation { position: relative; + max-width: 100%; + height: auto; } .inProgressAnimation__el {