Merge pull request #521 from status-im/bug/#517

No more error when tapping on command suggestion icon (#517)
This commit is contained in:
Roman Volosovskyi 2016-12-01 12:59:29 +02:00 committed by GitHub
commit 09240d99d6
1 changed files with 1 additions and 1 deletions

View File

@ -1613,7 +1613,7 @@ function suggestionsContainerStyle(suggestionsCount) {
height: Math.min(150, (56 * suggestionsCount)),
backgroundColor: "white",
borderRadius: 5,
flex: 1
flexGrow: 1
};
}