Skip to content

Commit

Permalink
fix: custom shipping style
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 authored and libruce committed Dec 27, 2023
1 parent 280a2f4 commit 24864cc
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,12 @@ export default function QuoteDetailSummary(props: QuoteDetailSummaryProps) {
margin: '4px 0',
}}
>
<Typography>
<Typography
sx={{
maxWidth: '70%',
wordBreak: 'break-word',
}}
>
{`${b3Lang('quoteDetail.summary.shipping')}(${
quoteDetail?.shippingMethod?.description || ''
})`}
Expand Down

0 comments on commit 24864cc

Please sign in to comment.