break-all
This commit is contained in:
parent
8f227421f6
commit
57e8673bf0
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user