From 1fb1e5822ca42bdd41911f611df8dfbbc5ca5523 Mon Sep 17 00:00:00 2001 From: Peter Pistorius Date: Sat, 11 Aug 2018 19:31:07 +0200 Subject: [PATCH] Min-width works better than width. --- Tags/styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tags/styles.js b/Tags/styles.js index 8827fe1..3b7a46a 100644 --- a/Tags/styles.js +++ b/Tags/styles.js @@ -9,7 +9,7 @@ export default StyleSheet.create({ textInputContainer: { flex: 1, - width: 100, + minWidth: 100, height: 32, margin: 4, borderRadius: 16,