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 1e60b62

Browse files
Fixed line breaks in the menu
1 parent 2a45ae3 commit 1e60b62

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 によって変換されたページ (->オリジナル) /