brOOper / gwt-cal

Automatically exported from code.google.com/p/gwt-cal
0 stars 0 forks source link

line wrap bug in gwt-cal-google.css #169

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
-- Added an appointment with long description (the text is to be wrapped).

What is the expected output? What do you see instead?
-- To see entire text in "appointment box". Instead, text is not wrapped.

What version of the product are you using? On what operating system?
-- 0.9.3.1, chrome  22.0.1229.94 m

Please provide any additional information below.
-- gwt-cal-google.css: l. 256: white-space:wrap;  "wrap" is not valid value 
https://developer.mozilla.org/en-US/docs/CSS/white-space
(the same in *-apple.css and *-outlook.css)

Original issue reported on code.google.com by premek.v...@gmail.com on 19 Oct 2012 at 8:44

GoogleCodeExporter commented 8 years ago
I think that the proper attribute should be "white-space: normal"

Original comment by ctasada on 22 Oct 2012 at 8:49

GoogleCodeExporter commented 8 years ago
Fixed in r437

Original comment by ctasada on 15 Nov 2012 at 9:49