Skip to content

Commit

Permalink
fix: notes and terms text display issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlLiu2023 committed Apr 14, 2023
1 parent faedf09 commit c687d11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/storefront/src/pages/quote/components/QuoteNote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ export const QuoteNote = (props: QuoteNoteProps) => {
variant="body1"
style={{
whiteSpace: 'pre-line',
maxWidth: '338px',
maxHeight: '400px',
overflow: 'auto',
}}
>
{quoteNotes}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ export const QuoteTermsAndConditions = (props: QuoteTermsAndConditionsProps) =>
variant="body1"
style={{
whiteSpace: 'pre-line',
maxWidth: '338px',
maxHeight: '400px',
overflow: 'auto',
}}
>
{quoteLegalTerms}
Expand Down

0 comments on commit c687d11

Please sign in to comment.