set max width on Schedules empty state

This commit is contained in:
FTCHD
2026-05-12 20:26:49 +03:00
parent 21f52baf2c
commit e45cecbf0d
+1 -1
View File
@@ -29,7 +29,7 @@ export default function Schedules() {
if (scheduledTasks.length === 0) { if (scheduledTasks.length === 0) {
return ( return (
<div className="flex flex-col items-center justify-center h-screen gap-8"> <div className="flex flex-col items-center justify-center h-screen gap-8">
<h1 className="text-2xl font-bold text-center"> <h1 className="max-w-md text-2xl font-bold text-center">
You can schedule tasks to run later, when the UI is in the background. You can schedule tasks to run later, when the UI is in the background.
</h1> </h1>
<CommandsDropdown title="New scheduled task" /> <CommandsDropdown title="New scheduled task" />