Skip to content

Commit

Permalink
fix text overflow in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm authored and facebook-github-bot committed Apr 26, 2017
1 parent aaab0e9 commit cc1bf6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/react-native/css/react-native.css
Original file line number Diff line number Diff line change
Expand Up @@ -1355,6 +1355,7 @@ div[data-twttr-id] iframe {
margin-left: 20px; }

.prop {
word-wrap: break-word;
padding: 5px 10px; }

.compactProps .prop {
Expand Down

0 comments on commit cc1bf6c

Please sign in to comment.