Skip to content

Commit

Permalink
break-all
Browse files Browse the repository at this point in the history
  • Loading branch information
xmdhs committed Oct 12, 2023
1 parent 8f22742 commit 57e8673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/profile/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Profile = function Profile() {
<CardHeader title="启动器设置" />
<CardContent>
<Typography>本站 Yggdrasil API 地址</Typography>
<code>{getYggRoot()}</code>
<code style={{ wordBreak: "break-all" }}>{getYggRoot()}</code>
</CardContent>
</Card>
<Box sx={{ gridArea: "d" }}></Box>
Expand Down

0 comments on commit 57e8673

Please sign in to comment.