From cc1bf6c94159b4d042058c6ac095ea83d42db250 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Wed, 26 Apr 2017 06:48:39 -0700 Subject: [PATCH] fix text overflow in doc Summary: http://facebook.github.io/react-native/docs/pushnotificationios.html#finish before: ![before](https://cloud.githubusercontent.com/assets/615282/25324292/a3bcb2ac-28f7-11e7-9f9a-5c1bdafb84be.png) after: ![after](https://cloud.githubusercontent.com/assets/615282/25324296/a7c64c50-28f7-11e7-8609-cd784253710b.png) Closes https://github.com/facebook/react-native/pull/13635 Differential Revision: D4954072 Pulled By: hramos fbshipit-source-id: 8edd6fe3fe94c3b66e9c5741951c6543950ec959 --- website/src/react-native/css/react-native.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/react-native/css/react-native.css b/website/src/react-native/css/react-native.css index e65b0ad02..8c4a8b133 100644 --- a/website/src/react-native/css/react-native.css +++ b/website/src/react-native/css/react-native.css @@ -1355,6 +1355,7 @@ div[data-twttr-id] iframe { margin-left: 20px; } .prop { + word-wrap: break-word; padding: 5px 10px; } .compactProps .prop {