Automated cherry pick of #3079 (#3083)

* Remove flex for horizontalRule

* Fix snapshot tests
This commit is contained in:
Mattermost Build 2019-08-08 16:10:22 +02:00 committed by Elias Nahum
parent b931733695
commit 24bd57ad3f
2 changed files with 0 additions and 4 deletions

View file

@ -32,7 +32,6 @@ exports[`TermsOfService should enable/disable navigator buttons on setNavigatorB
},
"horizontalRule": Object {
"backgroundColor": "#3d3c40",
"flex": 1,
"height": 0.5,
"marginVertical": 10,
},
@ -167,7 +166,6 @@ exports[`TermsOfService should enable/disable navigator buttons on setNavigatorB
},
"horizontalRule": Object {
"backgroundColor": "#3d3c40",
"flex": 1,
"height": 0.5,
"marginVertical": 10,
},
@ -374,7 +372,6 @@ exports[`TermsOfService should match snapshot on enableNavigatorLogout 1`] = `
},
"horizontalRule": Object {
"backgroundColor": "#3d3c40",
"flex": 1,
"height": 0.5,
"marginVertical": 10,
},

View file

@ -103,7 +103,6 @@ export const getMarkdownBlockStyles = makeStyleSheetFromTheme((theme) => {
horizontalRule: {
backgroundColor: theme.centerChannelColor,
height: StyleSheet.hairlineWidth,
flex: 1,
marginVertical: 10,
},
quoteBlockIcon: {