aboutsummaryrefslogtreecommitdiff
path: root/src/components/search/SearchResultCell.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-12 14:31:07 -0500
committerGitHub <noreply@github.com>2021-03-12 14:31:07 -0500
commitf810a63d3cd0be2e9fefda747189cd0b3f8ceb86 (patch)
tree834836f0c9690851badac779a905b76b59b607ea /src/components/search/SearchResultCell.tsx
parentaa601cd9b35778408b7efdf1eaeca7c0a38d092f (diff)
parent3c1e9ee07e6cc09cf9ac4d28fb9615e8e36ed14c (diff)
Merge pull request #295 from shravyaramesh/search-results-style-bug
[bugfix] Search results style bug
Diffstat (limited to 'src/components/search/SearchResultCell.tsx')
-rw-r--r--src/components/search/SearchResultCell.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/search/SearchResultCell.tsx b/src/components/search/SearchResultCell.tsx
index 5cba6d2f..6954ff8c 100644
--- a/src/components/search/SearchResultCell.tsx
+++ b/src/components/search/SearchResultCell.tsx
@@ -172,6 +172,7 @@ const styles = StyleSheet.create({
flexDirection: 'row',
paddingHorizontal: 25,
paddingVertical: 15,
+ width: SCREEN_WIDTH,
},
imageContainer: {
width: SCREEN_WIDTH * 0.112,