From a917d79ec72ad930c0f275e4dab2e79ad84ffb97 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 6 Oct 2021 16:30:26 -0500 Subject: [PATCH] MissingIndicator: fix background overflow (border-radius) --- app/styles/loading.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/styles/loading.scss b/app/styles/loading.scss index c7b8c77cb..be819b892 100644 --- a/app/styles/loading.scss +++ b/app/styles/loading.scss @@ -194,6 +194,11 @@ align-items: center; justify-content: center; padding: 20px; + border-radius: 10px; + + @media screen and (max-width: 580px) { + border-radius: 0; + } & > div { width: 100%;