Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`RelatableViews RelatableView displays bodyMessage if no rows 1`] = `
exports[`RelatableViews RelatableView does not display bodyMessage if rows, and escapes HTML 1`] = `
<div>
<div
class="relatable-viewstyled__RelatableStyleWrapper-sc-4f9z7m-0 fgUNnb"
class="relatable-viewstyled__RelatableStyleWrapper-sc-4f9z7m-0 bbriTa"
>
<div
class="relatable css-1dne9dv"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const RelatableStyleWrapper = styled.div`
}
.relatable__table-body-row .relatable__table-cell {
border-top: ${props => props.theme.inFrameBorder};
vertical-align: top;
}
`

Expand All @@ -47,6 +48,6 @@ export const StyledJsonPre = styled.pre`
color: ${props => props.theme.preText};
line-height: 26px;
padding: 2px 10px;
max-width: 320px;
max-width: 500px;
white-space: pre-wrap;
`