From 74670a0cd49def1409564da98c390dc427233cd9 Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Tue, 11 Apr 2023 09:43:08 +0200 Subject: [PATCH] limit video title length to 2 lines --- src/pages/videos.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/pages/videos.tsx b/src/pages/videos.tsx index 25ba913..8950dca 100644 --- a/src/pages/videos.tsx +++ b/src/pages/videos.tsx @@ -18,7 +18,11 @@ const VideoList: NextPage = () => {
{
/>