From 65d724700cf777253e808415bc22dc54edf56dde Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 6 May 2025 02:41:05 -0700 Subject: fix text spacing on mobile table --- .../SubscriberTable/SubscriberTableRow.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src') diff --git a/src/components/SubscriberTable/SubscriberTableRow.tsx b/src/components/SubscriberTable/SubscriberTableRow.tsx index 595a2c1..8708f8a 100644 --- a/src/components/SubscriberTable/SubscriberTableRow.tsx +++ b/src/components/SubscriberTable/SubscriberTableRow.tsx @@ -14,17 +14,17 @@ const ChannelRow: React.FC = ({ channel, index }) => ( className="border-b hover:bg-gray-100 cursor-pointer" onClick={() => (window.location.href = "/stats/" + channel.channel_name)} > - {index + 1} - - {channel.channel_name} - {channel.channel_name} - + {index + 1} + + {channel.channel_name} + {channel.channel_name} + {channel.sub_org} -- cgit v1.2.3