From 16ca1a42c73e34fcf04fe5133fa1816805351b83 Mon Sep 17 00:00:00 2001 From: Sam Learner Date: Fri, 24 May 2024 12:12:44 -0400 Subject: [PATCH] adding a max-width line to mobile genre-display, just in case that's causing an overflow issue --- frontend/src/styles/Result.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles/Result.scss b/frontend/src/styles/Result.scss index 9743d6c..9ce4a4e 100644 --- a/frontend/src/styles/Result.scss +++ b/frontend/src/styles/Result.scss @@ -55,6 +55,7 @@ @media only screen and (max-width: 660px) { display: none; flex: 0; + max-width: 0; } // On mid-size tablet devices, we can display the genres,