Skip to content

Commit

Permalink
add sx to span component
Browse files Browse the repository at this point in the history
  • Loading branch information
KW86022 authored and KW86022 committed Oct 21, 2024
1 parent d14cfc6 commit f512f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/common/MarkdownDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function MarkdownDisplay({ children }: MarkdownDisplayProps) {
component: (props: TypographyProps) => (
<Typography
component='span'
style={{
sx={{
wordWrap: 'break-word',
}}
{...props}
Expand Down

0 comments on commit f512f40

Please sign in to comment.