diff --git a/packages/manager/.changeset/pr-11379-fixed-1733476117431.md b/packages/manager/.changeset/pr-11379-fixed-1733476117431.md new file mode 100644 index 00000000000..315aec9540b --- /dev/null +++ b/packages/manager/.changeset/pr-11379-fixed-1733476117431.md @@ -0,0 +1,5 @@ +--- +"@linode/manager": Fixed +--- + +Disallow word-break in billing contact info ([#11379](https://github.com/linode/manager/pull/11379)) diff --git a/packages/manager/src/features/Billing/BillingPanels/ContactInfoPanel/ContactInformation.tsx b/packages/manager/src/features/Billing/BillingPanels/ContactInfoPanel/ContactInformation.tsx index a6ffc59c1e6..644c5ccff93 100644 --- a/packages/manager/src/features/Billing/BillingPanels/ContactInfoPanel/ContactInformation.tsx +++ b/packages/manager/src/features/Billing/BillingPanels/ContactInfoPanel/ContactInformation.tsx @@ -216,7 +216,7 @@ export const ContactInformation = React.memo((props: Props) => { {(firstName || lastName) && ( {firstName} {lastName} @@ -224,7 +224,7 @@ export const ContactInformation = React.memo((props: Props) => { {company && ( {company}