From 4c07849e025d34f60039ea1d7b20927e273b8c64 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Thu, 2 Apr 2020 11:50:31 -0700 Subject: [PATCH] Set the width of the element --- src/Nri/Ui/Page/V3.elm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Nri/Ui/Page/V3.elm b/src/Nri/Ui/Page/V3.elm index 0ef3c34f..8f4fe15c 100644 --- a/src/Nri/Ui/Page/V3.elm +++ b/src/Nri/Ui/Page/V3.elm @@ -138,6 +138,8 @@ loading_ withCss = [ UiIcon.edit |> Svg.withLabel "Loading..." |> Svg.withColor Colors.white + |> Svg.withWidth (Css.px 100) + |> Svg.withHeight (Css.px 100) |> Svg.withCss [ Css.property "animation-duration" "1s" , Css.property "animation-iteration-count" "infinite"