remove unnecessary right padding in main thread item (#2693)
parent
68639db76f
commit
c5edd0a065
|
@ -775,6 +775,7 @@ const useStyles = () => {
|
||||||
},
|
},
|
||||||
postTextLargeContainer: {
|
postTextLargeContainer: {
|
||||||
paddingHorizontal: 0,
|
paddingHorizontal: 0,
|
||||||
|
paddingRight: 0,
|
||||||
paddingBottom: 10,
|
paddingBottom: 10,
|
||||||
},
|
},
|
||||||
translateLink: {
|
translateLink: {
|
||||||
|
|
Loading…
Reference in New Issue