Skip to content

Commit

Permalink
add max-width constraint to LibraryAndChannelBrowserMainContent
Browse files Browse the repository at this point in the history
  • Loading branch information
thanksameeelian committed Nov 14, 2023
1 parent 909f0a3 commit 3c9321a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<component
:is="!windowIsSmall && currentCardViewStyle === 'list' ? 'div' : 'CardGrid'"
:data-test="`${windowIsSmall ? '' : 'non-'}mobile-card-grid`"
:style="{ maxWidth: '1700px' }"
>
<component
:is="componentType"
Expand Down

0 comments on commit 3c9321a

Please sign in to comment.