Skip to content

Commit

Permalink
Fix code block overflow in admonition.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjerleke committed Jan 21, 2024
1 parent c6376b5 commit 56b9877
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ export const codeStyles = css`
border-color: ${COLORS.DETAIL_MEDIUM_CONTRAST};
}
${AdmonitionWrapper} .${PRISM_HIGHLIGHT_CLASS_NAME} {
display: inline-grid;
margin: 0;
width: 100%;
}
.${PRISM_HIGHLIGHT_CLASS_NAME} {
${pageFrameCollapseStyles};
position: relative;
Expand Down

0 comments on commit 56b9877

Please sign in to comment.