Skip to content

Commit 2a7039a

Browse files
Make child record full width
1 parent 2fb6c2a commit 2a7039a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/patient/show.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
{% extends "_layouts/form.njk" %}
44

5+
{% set gridColumns = "full" %}
56
{% set hideConfirmButton = true %}
6-
{% set gridColumns = "three-quarters" %}
77
{% set title = patient.initials %}
88

99
{% block beforeContent %}

0 commit comments

Comments
 (0)