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):