We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9899467 + 1e60b62 commit d1e3911Copy full SHA for d1e3911
ui/packages/platform/src/components/IndexPage/IndexPageWrapper.tsx
@@ -224,7 +224,8 @@ export const IndexPageWrapper = (props: IndexPageProps) => {
224
paddingLeft: '15px',
225
color: '#000000',
226
display: 'inline-flex',
227
- alignItems: 'center'
+ alignItems: 'center',
228
+ whiteSpace: 'nowrap'
229
},
230
menuSectionHeaderActiveLink: {
231
textDecoration: 'none',
0 commit comments