From 6165158275a54dcd8648b4a0ef253ca7ef516c6c Mon Sep 17 00:00:00 2001 From: Rajkumar Date: Fri, 17 Apr 2026 23:00:36 +0530 Subject: [PATCH] issue_added --- apps/frontend/src/screens/Dashboard.tsx | 4 ++-- issues.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/frontend/src/screens/Dashboard.tsx b/apps/frontend/src/screens/Dashboard.tsx index 63cfd8f..8279455 100644 --- a/apps/frontend/src/screens/Dashboard.tsx +++ b/apps/frontend/src/screens/Dashboard.tsx @@ -266,13 +266,13 @@ function Dashboard() { type="text" autoFocus placeholder="Enter quiz title..." - className="input-field mb-6 py-3 px-5 font-bold tracking-wider font-secondary outline-none border border-pink-800 w-96 rounded-xl text-gray-300" + className="input-field mb-6 py-3 px-5 font-bold tracking-wider font-secondary outline-none border border-pink-800 sm:w-96 min-w-60 m-auto rounded-xl text-gray-300" value={newTitle} onChange={e => setNewTitle(e.target.value)} />