Skip to content

Commit

Permalink
Adjust size of feedback modal
Browse files Browse the repository at this point in the history
  • Loading branch information
dem4ron committed Feb 22, 2024
1 parent 34e5a13 commit 3bdda8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export function FoundAutomatedFeedback({
latestIteration?.status === 'celebratory_automated_feedback'
return (
<>
<div className="flex gap-40 items-start">
<div className="flex-col items-left">
<div className="flex gap-40 items-start w-full max-h-[550px] overflow-y-auto overflow-x-hidden">
<div className="flex-col items-left w-[66.67%]">
<div className="text-h4 mb-16 flex c-iteration-summary">
{HEADLINE[latestIteration!.status]}
</div>
Expand Down

0 comments on commit 3bdda8f

Please sign in to comment.