Skip to content

Commit

Permalink
Add pre-line text wrap to compare experiments config (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriidudar authored Sep 16, 2024
1 parent b6b69db commit 6863637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const CompareConfigCell: React.FunctionComponent<
}}
className="px-3"
>
<div className="max-w-full overflow-hidden break-words">
<div className="max-w-full overflow-hidden whitespace-pre-line break-words">
{String(data)}
</div>
</CellWrapper>
Expand Down

0 comments on commit 6863637

Please sign in to comment.