Automated cherry pick of #4125 (#4170)

* Set minHeight

* Replace minHeight with paddingVertical

Co-authored-by: Miguel Alatzar <this.migbot@gmail.com>
This commit is contained in:
Mattermost Build 2020-04-18 00:59:32 +02:00 committed by GitHub
parent a17bc4683c
commit 0dbd8649cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,