Skip to content

Commit

Permalink
fixed the css of auth input
Browse files Browse the repository at this point in the history
  • Loading branch information
Anishali2 committed Feb 5, 2024
1 parent 697ab1d commit 7d27163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/features/auth-user-task-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function AuthUserTaskInput({ className }: IClassName) {
<TaskEstimate />
</div>

<div className="flex-grow justify-end flex-1 gap-2 flex">
<div className="flex-grow justify-end hidden flex-1 gap-2 md:flex">
<ActiveTaskStatusDropdown
className="lg:max-w-[190px] w-full"
disabled={!activeTeamTask}
Expand Down

0 comments on commit 7d27163

Please sign in to comment.