We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a45ae3 commit 1e60b62Copy full SHA for 1e60b62
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