Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d1e3911

Browse files
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

Lines changed: 2 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /