Skip to content

Commit

Permalink
[#228] Center the Institution column.
Browse files Browse the repository at this point in the history
  • Loading branch information
palagdan committed Oct 4, 2024
1 parent 379c7ca commit eaee8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/record/RecordRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ let RecordRow = (props) => {
</Button>
</td>
<IfGranted expected={ROLE.ADMIN} actual={props.currentUser.role}>
<td className="report-row">{record.institution.name}</td>
<td className="report-row content-center">{record.institution.name}</td>
<td className="report-row content-center">
{getFormTemplateOptionName(record.formTemplate, formTemplateOptions)}
</td>
Expand Down

0 comments on commit eaee8a0

Please sign in to comment.