Skip to content

Commit

Permalink
Merge pull request #13210 from dimagi/dsr-int2
Browse files Browse the repository at this point in the history
change grid-height
  • Loading branch information
Nick Pellegrino committed Sep 13, 2016
2 parents 64a27cd + 20b8aed commit 2c525eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion corehq/apps/app_manager/suite_xml/sections/details.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion corehq/apps/app_manager/tests/test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def test_persistent_case_name_in_forms(self):
</title>
<field>
<style font-size="large" horz-align="center">
<grid grid-height="2" grid-width="12" grid-x="0" grid-y="0"/>
<grid grid-height="1" grid-width="12" grid-x="0" grid-y="0"/>
</style>
<header>
<text/>
Expand Down

0 comments on commit 2c525eb

Please sign in to comment.