Skip to content

Commit

Permalink
Merge pull request #120 from LuYiting0913/history-service
Browse files Browse the repository at this point in the history
fix feedback panel
  • Loading branch information
LuYiting0913 authored Nov 14, 2023
2 parents 8aa23eb + 430a915 commit 70cf3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/components/History/HistoryTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ const HistoryTable = () => {
{/* </div> */}
</CardHeader>
{/* <Divider/> */}
<CardBody className='pt-0'>
<CardBody className='pt-0 h-5 overflow-y-scroll'>
{processNewLine(record.feedback).map((line) => (
<p key={line} className="text-medium">
{line}
Expand Down

0 comments on commit 70cf3a2

Please sign in to comment.