From c53c43bfe0a3da5baa4ed8ad894401963d79d9c6 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Mon, 12 Mar 2018 02:16:45 +0530 Subject: [PATCH] Make OpenToday full-height for v1 --- src/Components/IsNiftyOpenApp/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/IsNiftyOpenApp/App.css b/src/Components/IsNiftyOpenApp/App.css index 17e1323..3f4e779 100644 --- a/src/Components/IsNiftyOpenApp/App.css +++ b/src/Components/IsNiftyOpenApp/App.css @@ -5,5 +5,5 @@ .App .OpenToday-container { width: 100%; - height: 60%; + height: 100%; }