Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
@@ -1141,7 +1128,6 @@ exports[`NotificationGroup w/o children 1`] = `
>
Address 1
Address 2
Address 3
@@ -829,19 +826,16 @@ exports[`ObjectPage Only Sections 1`] = `
Address 1
Address 2
Address 3
@@ -1209,19 +1203,16 @@ exports[`ObjectPage With Subsections 1`] = `
Address 1
Address 2
Address 3
diff --git a/packages/main/src/components/SideNavigation/__snapshots__/SideNavigation.test.tsx.snap b/packages/main/src/components/SideNavigation/__snapshots__/SideNavigation.test.tsx.snap
index d0d7ae1f0c2..0efc0ee4507 100644
--- a/packages/main/src/components/SideNavigation/__snapshots__/SideNavigation.test.tsx.snap
+++ b/packages/main/src/components/SideNavigation/__snapshots__/SideNavigation.test.tsx.snap
@@ -253,7 +253,6 @@ exports[`SideNavigation Expanded 1`] = `
/>
Overview
@@ -270,7 +269,6 @@ exports[`SideNavigation Expanded 1`] = `
/>
Calendar
@@ -287,7 +285,6 @@ exports[`SideNavigation Expanded 1`] = `
/>
Customers
@@ -304,7 +301,6 @@ exports[`SideNavigation Expanded 1`] = `
/>
Sales
@@ -329,7 +325,6 @@ exports[`SideNavigation Expanded 1`] = `
/>
My Opportunities
@@ -347,7 +342,6 @@ exports[`SideNavigation Expanded 1`] = `
/>
My Leads
@@ -364,7 +358,6 @@ exports[`SideNavigation Expanded 1`] = `
/>
My CPQS
@@ -381,7 +374,6 @@ exports[`SideNavigation Expanded 1`] = `
/>
Deliveries
@@ -413,7 +405,6 @@ exports[`SideNavigation Expanded 1`] = `
/>
Legal Information
@@ -430,7 +421,6 @@ exports[`SideNavigation Expanded 1`] = `
/>
Useful Links
@@ -459,7 +449,6 @@ exports[`SideNavigation Expanded without Icons 1`] = `
>
Overview
@@ -472,7 +461,6 @@ exports[`SideNavigation Expanded without Icons 1`] = `
>
Calendar
@@ -485,7 +473,6 @@ exports[`SideNavigation Expanded without Icons 1`] = `
>
Customers
@@ -498,7 +485,6 @@ exports[`SideNavigation Expanded without Icons 1`] = `
>
Sales
@@ -520,7 +506,6 @@ exports[`SideNavigation Expanded without Icons 1`] = `
>
My Opportunities
@@ -535,7 +520,6 @@ exports[`SideNavigation Expanded without Icons 1`] = `
>
My Leads
@@ -549,7 +533,6 @@ exports[`SideNavigation Expanded without Icons 1`] = `
>
My CPQS
@@ -562,7 +545,6 @@ exports[`SideNavigation Expanded without Icons 1`] = `
>
Deliveries
@@ -590,7 +572,6 @@ exports[`SideNavigation Expanded without Icons 1`] = `
>
Legal Information
@@ -603,7 +584,6 @@ exports[`SideNavigation Expanded without Icons 1`] = `
>
Useful Links
diff --git a/packages/main/src/components/Text/Text.jss.ts b/packages/main/src/components/Text/Text.jss.ts
index 179153e3dfe..36fbc42f71c 100644
--- a/packages/main/src/components/Text/Text.jss.ts
+++ b/packages/main/src/components/Text/Text.jss.ts
@@ -10,7 +10,8 @@ export const TextStyles = ({ parameters }: JSSTheme) => ({
display: 'inline-block',
boxSizing: 'border-box',
whiteSpace: 'pre-line',
- wordWrap: 'break-word'
+ wordWrap: 'break-word',
+ maxWidth: '100%'
},
renderWhitespace: {
whiteSpace: 'pre-wrap'
diff --git a/packages/main/src/components/Text/__snapshots__/Text.test.tsx.snap b/packages/main/src/components/Text/__snapshots__/Text.test.tsx.snap
index 248a154027e..9d004bf2ff9 100644
--- a/packages/main/src/components/Text/__snapshots__/Text.test.tsx.snap
+++ b/packages/main/src/components/Text/__snapshots__/Text.test.tsx.snap
@@ -3,7 +3,6 @@
exports[`Text No Wrap 1`] = `
Lorem Ipsum dolor sit amed
@@ -12,7 +11,6 @@ exports[`Text No Wrap 1`] = `
exports[`Text Render Basic Text 1`] = `
FioriText
@@ -21,7 +19,6 @@ exports[`Text Render Basic Text 1`] = `
exports[`Text Render Whitespace 1`] = `
Lorem Ipsum dolor sit amed
diff --git a/packages/main/src/components/Text/demo.stories.tsx b/packages/main/src/components/Text/demo.stories.tsx
index 44b21ae2d0b..b33766d11ff 100644
--- a/packages/main/src/components/Text/demo.stories.tsx
+++ b/packages/main/src/components/Text/demo.stories.tsx
@@ -8,7 +8,7 @@ export const renderStory = () => {
Lorem ipsum dolor st amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore
magna aliquyam erat, sed diam voluptua.
diff --git a/packages/main/src/components/Text/index.tsx b/packages/main/src/components/Text/index.tsx
index 51ccaa69d58..913eb066dbf 100644
--- a/packages/main/src/components/Text/index.tsx
+++ b/packages/main/src/components/Text/index.tsx
@@ -52,7 +52,7 @@ const Text: FC = forwardRef((props: TextProps, ref: Ref