break-all

This commit is contained in:
xmdhs 2023-10-12 22:56:48 +08:00
parent 8f227421f6
commit 57e8673bf0
No known key found for this signature in database
GPG Key ID: E809D6D43DEFCC95

View File

@ -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>