Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Dec 11, 2024
1 parent 31bbc25 commit 9eb44cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const FeedbackSidebar = ({
<div className="text-lg font-semibold">Feedback</div>
<div className="flex-grow" />
</div>
<div className="min-h-1 mb-8 h-1 overflow-auto bg-moon-300" />
<div className="min-h-1 mb-8 h-1 flex-grow overflow-auto bg-moon-300" />
{humanAnnotationSpecs.length > 0 ? (
<>
<div className="ml-6 h-full flex-grow overflow-auto">
Expand Down

0 comments on commit 9eb44cf

Please sign in to comment.