mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
chore: current bypass wrap
This commit is contained in:
@@ -155,7 +155,9 @@ export const SysproxyViewer = forwardRef<DialogRef>((props, ref) => {
|
|||||||
|
|
||||||
<FlexBox>
|
<FlexBox>
|
||||||
<Typography className="label">{t("Bypass")}</Typography>
|
<Typography className="label">{t("Bypass")}</Typography>
|
||||||
<Typography className="value">{sysproxy?.bypass || "-"}</Typography>
|
<Typography className="value" style={{ overflowWrap: "anywhere" }}>
|
||||||
|
{sysproxy?.bypass || "-"}
|
||||||
|
</Typography>
|
||||||
</FlexBox>
|
</FlexBox>
|
||||||
</Box>
|
</Box>
|
||||||
</BaseDialog>
|
</BaseDialog>
|
||||||
|
|||||||
Reference in New Issue
Block a user