break-all
This commit is contained in:
parent
8f227421f6
commit
57e8673bf0
@ -52,7 +52,7 @@ const Profile = function Profile() {
|
|||||||
<CardHeader title="启动器设置" />
|
<CardHeader title="启动器设置" />
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Typography>本站 Yggdrasil API 地址</Typography>
|
<Typography>本站 Yggdrasil API 地址</Typography>
|
||||||
<code>{getYggRoot()}</code>
|
<code style={{ wordBreak: "break-all" }}>{getYggRoot()}</code>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
<Box sx={{ gridArea: "d" }}></Box>
|
<Box sx={{ gridArea: "d" }}></Box>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user