forked from Ivasoft/mattermost-mobile
MM-48664 - Calls: Fix profiles cut off (#6851)
This commit is contained in:
committed by
GitHub
parent
d34ff1c991
commit
fdd7fd5ae6
@@ -118,10 +118,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
||||
flex: 1,
|
||||
flexDirection: 'row',
|
||||
flexWrap: 'wrap',
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
alignContent: 'center',
|
||||
alignItems: 'flex-start',
|
||||
alignContent: 'flex-start',
|
||||
},
|
||||
usersScrollLandscapeScreenOn: {
|
||||
position: 'absolute',
|
||||
|
||||
Reference in New Issue
Block a user