chore: current bypass wrap

This commit is contained in:
dongchengjie 2024-05-15 22:59:53 +08:00
parent 21176d2fd3
commit a8a27aeadd

View File

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