Skip to content

Commit

Permalink
PMM-12932 Adjust image styling
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Sep 12, 2024
1 parent 903b1d8 commit 7af1692
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/pages/updates/changelog/release-notes/ReleaseNotes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ export const ReleaseNotes: FC<ReleaseNotesProps> = ({ content }) => {
return (
<Stack
sx={(theme) => ({
img: {
height: 'auto',
maxWidth: '100%',
},
'table, tr, th, td': {
p: 1,
textAlign: 'left',
Expand Down

0 comments on commit 7af1692

Please sign in to comment.