diff --git a/app/views/components/_loading.html.haml b/app/views/components/_loading.html.haml index 606dbd051a..8d0a371204 100644 --- a/app/views/components/_loading.html.haml +++ b/app/views/components/_loading.html.haml @@ -1 +1 @@ -%img.spinner{ src: image_path("spinning-circles.svg") } +%img.spinner{ src: image_path("spinning-circles.svg"), style: "max-width: 100%" }