From ce2e9872cf7470dcf019db742bf5a1011fc1d300 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Thu, 3 Aug 2017 15:51:20 -0700 Subject: Remove 100% properties that were messing up sizing. --- ui/app/css/index.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'ui') diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 05bdb33af..e9a70b3a2 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -19,8 +19,6 @@ html, body { font-weight: 300; line-height: 1.4em; background: #F7F7F7; - width: 100%; - height: 100%; margin: 0; padding: 0; } -- cgit