Skip to content

Commit 81117e6

Browse files
committed
Prevent outlook from wrapping "CORD Field"
1 parent f85f56f commit 81117e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/email/templates/base.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const Branding = (): ReactElement => {
104104
</Column>
105105
<Column verticalAlign="middle" width="220px">
106106
<Text fontSize={32} align="center">
107-
CORD Field
107+
<span style={{ whiteSpace: 'nowrap !important' }}>CORD Field</span>
108108
</Text>
109109
</Column>
110110
<TextBreak />

0 commit comments

Comments
 (0)