From 5fcdece54a5e5cdf936e6957b3a93def69dc0c07 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 26 Sep 2018 17:51:16 -0500 Subject: [PATCH] Fixed loading display --- src/components/UI/Loading/Loading.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/UI/Loading/Loading.css b/src/components/UI/Loading/Loading.css index eace39c..4784845 100644 --- a/src/components/UI/Loading/Loading.css +++ b/src/components/UI/Loading/Loading.css @@ -1,8 +1,9 @@ .Loading { margin: 0; padding: 0; - height: 100%; + height: inherit; width: 100%; + box-sizing: border-box; } .Content { @@ -13,4 +14,5 @@ transform: translate(-50%,-50%); width: 28px; height: 28px; + box-sizing: border-box; } \ No newline at end of file