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

zio/stable
Hailey 2024-01-30 15:25:29 -08:00 committed by GitHub
parent 68639db76f
commit c5edd0a065
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -775,6 +775,7 @@ const useStyles = () => {
},
postTextLargeContainer: {
paddingHorizontal: 0,
paddingRight: 0,
paddingBottom: 10,
},
translateLink: {