demo: Add word-wrap:break-word and remove parag. width
authorYoumin Ha <youmin.ha@samsung.com>
Mon, 7 Jan 2013 06:13:39 +0000 (15:13 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Fri, 11 Jan 2013 08:40:55 +0000 (17:40 +0900)
commitad6a0964ea5ee36b19aa033ec8e7c28cdf8eb0d8
tree9b214459883f3d4c7748eed837b14bc192d95d60
parent9f6fd352380daaa796464f3c1b28276bc7cbb225
demo: Add word-wrap:break-word and remove parag. width

A page in Tizen widget demo app has a long word, which overflows the
screen width. A claim is issued in Tizen JIRA, pointing this overflow,
so this patch adds word-wrap:break-word option to separate long words
into two line.
And, paragraph width settings for sample code are removed, not to hide
some code area.
Solves N_SE-18310 and N_SE-19030.

Change-Id: I731a283e5a4e851ef5dc27e9750b84ffb3072c3d
demos/tizen-winsets/tips/custom-globalize-culture/custom-globalize-culture.html
demos/tizen-winsets/tips/generate-elements-dynamically.html