This commit is contained in:
Alex Holliday
2026-02-02 22:02:14 +00:00
parent efe87b599f
commit 85190992c7
@@ -68,7 +68,16 @@ export const MonitorsList = ({ statusPage, monitors }: MonitorsListProps) => {
mb={statusPage.showCharts !== false ? theme.spacing(4) : 0}
>
<Box sx={{ overflow: "hidden", minWidth: 0, flex: 1 }}>
<Typography variant="h6" sx={{ overflow: "hidden", textOverflow: "ellipsis", whiteSpace: "nowrap" }}>{monitor.name}</Typography>
<Typography
variant="h6"
sx={{
overflow: "hidden",
textOverflow: "ellipsis",
whiteSpace: "nowrap",
}}
>
{monitor.name}
</Typography>
{showURL && (
<Typography
variant="body2"