Fixed layout when background text is too long.

Signed-off-by: Blake Stephens <blake.stephens@lge.com>
This commit is contained in:
Blake Stephens 2016-12-06 11:13:40 -08:00 committed by Norbert de Langen
parent bfce94ffd3
commit 802e1d6378

View File

@ -29,6 +29,7 @@ const style = {
font: {
fontFamily: "-apple-system, '.SFNSText-Regular', 'San Francisco', Roboto, 'Segoe UI', 'Helvetica Neue', 'Lucida Grande', sans-serif",
fontSize: "14px",
wordBreak: "break-word",
},
};