Skip to content

Commit

Permalink
adding a max-width line to mobile genre-display, just in case that's …
Browse files Browse the repository at this point in the history
…causing an overflow issue
  • Loading branch information
sdl60660 committed May 24, 2024
1 parent 83b24ed commit 16ca1a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/styles/Result.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 16ca1a4

Please sign in to comment.