Skip to content

Commit

Permalink
fix(ui): show structured report context in pre (#11673)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Oct 23, 2024
1 parent e569fbc commit a1d4a74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Title = styled.div`
font-weight: bold;
`;

const Item = styled.div`
const Item = styled.pre`
padding: 6px;
font-size: 12px;
border-radius: 2px;
Expand Down

0 comments on commit a1d4a74

Please sign in to comment.