Skip to content

Commit

Permalink
fix: mise-en-page collabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Feb 1, 2024
1 parent 1b82a4d commit dfc7171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/scenes/report/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ const View = () => {
)}
</div>

<div className="tw-maxh tw-mr-2 tw-mb-12 tw-basis-3/12 tw-overflow-auto tw-rounded-lg tw-border tw-border-zinc-200 tw-shadow ">
<div className="tw-mr-2 tw-mb-12 tw-min-h-screen tw-basis-3/12 tw-overflow-auto tw-rounded-lg tw-border tw-border-zinc-200 tw-shadow">
<Transmissions period={period} selectedTeamsObject={selectedTeamsObject} reports={reports} />
</div>
</div>
Expand Down

0 comments on commit dfc7171

Please sign in to comment.