fix(ui): show structured report context in pre (#11673)

This commit is contained in:
Harshal Sheth 2024-10-23 12:39:14 -07:00 committed by GitHub
parent e569fbc8a6
commit a1d4a74936
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;