Skip to content

Commit

Permalink
fix study objective layout
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Apr 2, 2024
1 parent 3fa1a92 commit d970a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/VariablesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const VariablesList = ({cohortId, searchFilters = {searchQuery: ''}}: any) => {
</aside>

{/* List of variables */}
<div className="flex">
<div className="flex flex-col">
{cohortsData[cohortId].study_objective && (
<div className="card p-3 mb-3 bg-base-300">🎯 Study objective: {cohortsData[cohortId].study_objective}</div>
)}
Expand Down

0 comments on commit d970a4c

Please sign in to comment.