feat: allow precise value entry for alerts via text input (#1718)

This commit is contained in:
Sven van Ginkel
2026-02-19 19:15:12 +01:00
committed by GitHub
parent 1e3a44e05d
commit 01e8bdf040
3 changed files with 44 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ export default memo(function AlertsButton({ system }: { system: SystemRecord })
/>
</Button>
</SheetTrigger>
<SheetContent className="max-h-full overflow-auto w-150 !max-w-full p-4 sm:p-6">
<SheetContent className="max-h-full overflow-auto w-160 !max-w-full p-4 sm:p-6">
{opened && <AlertDialogContent system={system} />}
</SheetContent>
</Sheet>