style: adjust confirm dialog & web ui settings dialog (#821)

This commit is contained in:
Damian Johnson
2024-04-03 23:19:00 +08:00
committed by GitHub
parent e06327936e
commit 448412a191
2 changed files with 3 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ export const ConfirmViewer = (props: Props) => {
<Dialog open={open} onClose={onClose} maxWidth="xs" fullWidth>
<DialogTitle>{t(title)}</DialogTitle>
<DialogContent sx={{ width: "95%", pb: 1, userSelect: "text" }}>
<DialogContent sx={{ pb: 1, userSelect: "text" }}>
{t(message)}
</DialogContent>