[MM-22632] Set vertical padding for SlashSuggestionItemi (#4125)
* Set minHeight * Replace minHeight with paddingVertical
This commit is contained in:
parent
f3f072eb91
commit
8bb43ca4c2
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ export default class SlashSuggestionItem extends PureComponent {
|
|||
const getStyleFromTheme = makeStyleSheetFromTheme((theme) => {
|
||||
return {
|
||||
row: {
|
||||
height: 55,
|
||||
paddingVertical: 8,
|
||||
justifyContent: 'center',
|
||||
paddingHorizontal: 8,
|
||||
backgroundColor: theme.centerChannelBg,
|
||||
|
|
|
|||
Loading…
Reference in a new issue