From 282f28f2b9d0cc8c9105d01b43d4e1f730320b8b Mon Sep 17 00:00:00 2001 From: TheCatLady <52870424+TheCatLady@users.noreply.github.com> Date: Mon, 8 Feb 2021 01:04:13 -0500 Subject: [PATCH] fix(ui): Size cards appropriately based on base font size (#871) --- src/components/Common/ListView/index.tsx | 16 +++------------- src/components/MovieDetails/MovieCast/index.tsx | 7 ++----- src/components/MovieDetails/MovieCrew/index.tsx | 7 ++----- src/components/TvDetails/TvCast/index.tsx | 7 ++----- src/components/TvDetails/TvCrew/index.tsx | 7 ++----- src/styles/globals.css | 9 +++++++++ 6 files changed, 20 insertions(+), 33 deletions(-) diff --git a/src/components/Common/ListView/index.tsx b/src/components/Common/ListView/index.tsx index fd9b6c79..5b3b0bc3 100644 --- a/src/components/Common/ListView/index.tsx +++ b/src/components/Common/ListView/index.tsx @@ -37,7 +37,7 @@ const ListView: React.FC = ({ {intl.formatMessage(messages.noresults)} )} -