Skip to content

Commit

Permalink
Merge branch 'main' into feature/update-bifrost-logo
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomepan authored Dec 23, 2024
2 parents 1f6e85c + c91b4ee commit fa6528b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const text: UIComponentFactory<TextElement> = ({
variant:
element.props.size === 'sm' ? TextVariant.bodySm : TextVariant.bodyMd,
fontWeight: getFontWeight(element.props.fontWeight),
overflowWrap: OverflowWrap.Anywhere,
overflowWrap: OverflowWrap.BreakWord,
color: getTextColor(element.props.color),
className: 'snap-ui-renderer__text',
textAlign: element.props.alignment,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ exports[`SnapsSection renders section for typed sign request 1`] = `
style="overflow-y: auto;"
>
<p
class="mm-box mm-text snap-ui-renderer__text mm-text--body-md mm-text--font-weight-normal mm-text--overflow-wrap-anywhere mm-box--color-inherit"
class="mm-box mm-text snap-ui-renderer__text mm-text--body-md mm-text--font-weight-normal mm-text--overflow-wrap-break-word mm-box--color-inherit"
>
Hello world again!
</p>
Expand Down Expand Up @@ -104,7 +104,7 @@ exports[`SnapsSection renders section personal sign request 1`] = `
style="overflow-y: auto;"
>
<p
class="mm-box mm-text snap-ui-renderer__text mm-text--body-md mm-text--font-weight-normal mm-text--overflow-wrap-anywhere mm-box--color-inherit"
class="mm-box mm-text snap-ui-renderer__text mm-text--body-md mm-text--font-weight-normal mm-text--overflow-wrap-break-word mm-box--color-inherit"
>
Hello world!
</p>
Expand Down

0 comments on commit fa6528b

Please sign in to comment.