remove unnecessary right padding in main thread item (#2693)

This commit is contained in:
Hailey
2024-01-30 15:25:29 -08:00
committed by GitHub
parent 68639db76f
commit c5edd0a065
@@ -775,6 +775,7 @@ const useStyles = () => {
}, },
postTextLargeContainer: { postTextLargeContainer: {
paddingHorizontal: 0, paddingHorizontal: 0,
paddingRight: 0,
paddingBottom: 10, paddingBottom: 10,
}, },
translateLink: { translateLink: {