Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
remove x overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevoconnell committed Aug 29, 2024
1 parent f1a1830 commit 5159281
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/CastSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,8 @@ const CastSearch = ({ query }: { query: string }) => {
<NeynarProfileCard
customStyles={{
color: 'white',
maxWidth: '100%',
overflowX: 'hidden',
display: 'flex',
flexDirection: 'row',
alignItems: 'center',
Expand Down Expand Up @@ -446,6 +448,8 @@ const CastSearch = ({ query }: { query: string }) => {
<NeynarCastCard
customStyles={{
color: 'white',
maxWidth: '100%',
overflowX: 'hidden',
display: 'flex',
flexDirection: 'row',
alignItems: 'center',
Expand Down

0 comments on commit 5159281

Please sign in to comment.