Skip to content

Commit

Permalink
fix: Apply to ReactMarkdownOrHTML
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed May 13, 2024
1 parent 72aeb0b commit 3909e04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions editor.planx.uk/src/ui/shared/ReactMarkdownOrHtml.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ const styles = (theme: Theme) => ({
},
"& img": {
maxWidth: "100%",
"@media (forced-colors: active)": {
forcedColorAdjust: "none",
},
},
"& ol li, & ul li": {
marginTop: "0.5em",
Expand Down

0 comments on commit 3909e04

Please sign in to comment.