Skip to content

Commit

Permalink
DOP-4124 fixed large image overlap (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar authored Nov 15, 2023
1 parent fc52a22 commit 826d113
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/Figure/Lightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const LightboxWrapper = styled('div')`
margin-top: ${theme.size.medium};
margin-bottom: ${theme.size.medium};
display: block;
max-height: 620px;
`;

const Lightbox = ({ nodeData, ...rest }) => {
Expand Down
1 change: 0 additions & 1 deletion tests/unit/__snapshots__/Figure.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ exports[`renders lightbox correctly when specified as an option 1`] = `
margin-top: 24px;
margin-bottom: 24px;
display: block;
max-height: 620px;
}
.emotion-2 {
Expand Down
1 change: 0 additions & 1 deletion tests/unit/__snapshots__/Lightbox.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ exports[`Lightbox renders correctly 1`] = `
margin-top: 24px;
margin-bottom: 24px;
display: block;
max-height: 620px;
}
.emotion-2 {
Expand Down

0 comments on commit 826d113

Please sign in to comment.