From 544a7407e3c834e9deff4d21c1498113aa3e6b5e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Mon, 11 Jan 2021 16:22:47 +0100 Subject: [PATCH] specify max-width to not overflow parent element --- app/views/components/_loading.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%" }