Movatterモバイル変換


[0]ホーム

URL:


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

Commitb9dd566

Browse files
authored
fix scrollbar on ssh key view (#3647)
1 parente44f7ad commitb9dd566

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎site/src/components/CodeExample/CodeExample.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,10 @@ const useStyles = makeStyles((theme) => ({
5454
${theme.spacing(0.5)}px
5555
${theme.spacing(2)}px
5656
`,
57-
whiteSpace:"nowrap",
5857
width:"100%",
59-
overflowX:"auto",
60-
// Have a better area to display the scrollbar
61-
height:42,
6258
display:"flex",
6359
alignItems:"center",
60+
wordBreak:"break-all",
6461
},
6562
button:{
6663
border:0,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp