Skip to content

Commit

Permalink
Merge pull request #229 from kbss-cvut/228-institution-column-centered
Browse files Browse the repository at this point in the history
institution column centered
  • Loading branch information
blcham authored Oct 7, 2024
2 parents 9243296 + ad29e48 commit d583ddd
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 d583ddd

Please sign in to comment.