Skip to content

Commit

Permalink
fix css post card
Browse files Browse the repository at this point in the history
  • Loading branch information
MSghais committed Oct 17, 2024
1 parent cd15b31 commit 16534c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/mobile/src/modules/Post/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ export const Post: React.FC<PostProps> = ({
<View
style={{
gap: 10,
flexWrap: 'nowrap',
}}
>
<View style={{flexDirection: 'row', gap: 8}}>
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/src/modules/Post/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default ThemedStyleSheet((theme) => ({
flexDirection: 'row',
justifyContent: 'space-between',
alignItems: 'center',
overflowX: 'scroll',
// overflowX: 'scroll',
},
footerComments: {
flexDirection: 'row',
Expand Down

0 comments on commit 16534c2

Please sign in to comment.