Skip to content

Commit

Permalink
fix: issue title width
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Nov 2, 2024
1 parent b7850b3 commit b03166b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/components/TicketDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export default function Ticket() {
name="title"
id="title"
style={{ fontSize: "1.5rem" }}
className="border-none -mt-[1px] px-0 pl-0.5 w-1/2 m block text-foreground bg-transparent font-bold focus:outline-none focus:ring-0 placeholder:text-primary sm:text-sm sm:leading-6"
className="border-none -mt-[1px] px-0 pl-0.5 w-3/4 truncated m block text-foreground bg-transparent font-bold focus:outline-none focus:ring-0 placeholder:text-primary sm:text-sm sm:leading-6"
value={title}
defaultValue={data.ticket.title}
onChange={(e) => setTitle(e.target.value)}
Expand Down

0 comments on commit b03166b

Please sign in to comment.