Make buttons stack on mobile

This commit is contained in:
fragosti
2018-06-04 17:51:48 -07:00
parent 3c508c1d27
commit ea2d5b9d4a
2 changed files with 6 additions and 5 deletions

View File

@@ -52,5 +52,5 @@ export const TranslatedText: React.StatelessComponent<TranslatedTextProps> = ({
translate,
children,
deco,
...textProps
...textProps,
}) => <Text {...textProps}>{translate.get(children, deco)}</Text>;