Skip to content

Commit

Permalink
PLT-7047 Fixed multiple vertical scrollbars in Full Report view faile…
Browse files Browse the repository at this point in the history
…d details
  • Loading branch information
amnambiar committed Oct 2, 2023
1 parent c6496a1 commit 86f45de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const renderCharts = (data?: any) => {


const FailedTaskDetails = (dataObj: any) => {
return (<div className="task-details bg-red-background border-red-background">
return (<div className="">
<span className="font-neutral-900 text-red-title block mb-10"><i>{dataObj.reason}</i></span>
<div className="whitespace-pre">
<span>Failing TestCase(s):</span>
Expand Down

0 comments on commit 86f45de

Please sign in to comment.