We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85f56f commit 81117e6Copy full SHA for 81117e6
src/core/email/templates/base.tsx
@@ -104,7 +104,7 @@ export const Branding = (): ReactElement => {
104
</Column>
105
<Column verticalAlign="middle" width="220px">
106
<Text fontSize={32} align="center">
107
- CORD Field
+ <span style={{ whiteSpace: 'nowrap !important' }}>CORD Field</span>
108
</Text>
109
110
<TextBreak />
0 commit comments