Fix channel calls icon alignment (#6668)
This commit is contained in:
parent
2b4b7c7e92
commit
4c4d5475f3
2 changed files with 2 additions and 4 deletions
|
|
@ -245,8 +245,7 @@ exports[`components/channel_list/categories/body/channel_item should match snaps
|
|||
false,
|
||||
false,
|
||||
Object {
|
||||
"flex": 1,
|
||||
"marginRight": 20,
|
||||
"paddingRight": 0,
|
||||
"textAlign": "right",
|
||||
},
|
||||
]
|
||||
|
|
|
|||
|
|
@ -116,9 +116,8 @@ export const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
|||
top: 5,
|
||||
},
|
||||
hasCall: {
|
||||
flex: 1,
|
||||
textAlign: 'right',
|
||||
marginRight: 20,
|
||||
paddingRight: 0,
|
||||
},
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue