From 20b8aed7ee94e1be14e13cac2592444f9fa91582 Mon Sep 17 00:00:00 2001 From: Sravan Reddy Date: Tue, 13 Sep 2016 12:46:56 +0530 Subject: [PATCH] change grid-height --- corehq/apps/app_manager/suite_xml/sections/details.py | 2 +- corehq/apps/app_manager/tests/test_suite.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/corehq/apps/app_manager/suite_xml/sections/details.py b/corehq/apps/app_manager/suite_xml/sections/details.py index 83f2f312a988..8aa5140024f7 100644 --- a/corehq/apps/app_manager/suite_xml/sections/details.py +++ b/corehq/apps/app_manager/suite_xml/sections/details.py @@ -267,7 +267,7 @@ def _get_persistent_case_context_detail(module, xml): style=Style( horz_align="center", font_size="large", - grid_height=2, + grid_height=1, grid_width=12, grid_x=0, grid_y=0, diff --git a/corehq/apps/app_manager/tests/test_suite.py b/corehq/apps/app_manager/tests/test_suite.py index afb32c777893..a92f0a144e1f 100644 --- a/corehq/apps/app_manager/tests/test_suite.py +++ b/corehq/apps/app_manager/tests/test_suite.py @@ -551,7 +551,7 @@ def test_persistent_case_name_in_forms(self):