From f567dcf4ec31924a1bc7472fa6cc473d4f52e5af Mon Sep 17 00:00:00 2001 From: nflnkr Date: Thu, 23 Mar 2023 14:47:00 +0300 Subject: [PATCH] fix height --- src/pages/dashboard/Content/Support/TicketList.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/dashboard/Content/Support/TicketList.tsx b/src/pages/dashboard/Content/Support/TicketList.tsx index e968d60..fca77cd 100644 --- a/src/pages/dashboard/Content/Support/TicketList.tsx +++ b/src/pages/dashboard/Content/Support/TicketList.tsx @@ -160,7 +160,6 @@ export default function TicketList() { overflow: "auto", overflowY: "auto", padding: "10px", - height: "100px", }} > {sortedTickets.map(ticket =>