Skip to content

Commit d1e3911

Browse files
author
Bogdan Tsechoev
committed
Merge branch 'assistant_link_nowrap' into 'master'
Fixed line breaks in the menu See merge request postgres-ai/database-lab!916
2 parents 9899467 + 1e60b62 commit d1e3911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/packages/platform/src/components/IndexPage/IndexPageWrapper.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ export const IndexPageWrapper = (props: IndexPageProps) => {
224224
paddingLeft: '15px',
225225
color: '#000000',
226226
display: 'inline-flex',
227-
alignItems: 'center'
227+
alignItems: 'center',
228+
whiteSpace: 'nowrap'
228229
},
229230
menuSectionHeaderActiveLink: {
230231
textDecoration: 'none',

0 commit comments

Comments
 (0)