[MM-48951] Add flex to text so that it shrinks and allows icons to take precedence (#6853)
This commit is contained in:
parent
8a8a888420
commit
67ff0d2d53
1 changed files with 1 additions and 1 deletions
|
|
@ -37,6 +37,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
|
|||
text: {
|
||||
color: theme.centerChannelColor,
|
||||
marginLeft: 16,
|
||||
flex: 1,
|
||||
...typography('Body', 200),
|
||||
},
|
||||
icon_container: {
|
||||
|
|
@ -44,7 +45,6 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
|
|||
height: 40,
|
||||
},
|
||||
compassContainer: {
|
||||
flex: 1,
|
||||
alignItems: 'flex-end',
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue