[FIX] Message author touchable taking whole space available (#3048)
Co-authored-by: Gerzon Z <gerzonc@icloud.com>
This commit is contained in:
parent
3f4fa04f04
commit
21b587749c
File diff suppressed because it is too large
Load Diff
|
@ -18,6 +18,7 @@ const styles = StyleSheet.create({
|
|||
container: {
|
||||
flex: 1,
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'space-between',
|
||||
alignItems: 'center'
|
||||
},
|
||||
username: {
|
||||
|
@ -30,7 +31,7 @@ const styles = StyleSheet.create({
|
|||
...sharedStyles.textMedium
|
||||
},
|
||||
titleContainer: {
|
||||
flex: 1,
|
||||
flexShrink: 1,
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center'
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue