Descriptionfix cookie info table width for certain locales
Long cookie contents will now wrap earlier than they need to. CSS really doesn't want to do what we want (wrap the text at the inherited width, or anything except a hardcoded width). So I set the width to be narrower (300 instead of 520) and also set the table's layout to fixed, so that even if 300 is too wide the whole table won't overflow.
BUG=69447
TEST=LANGUAGE=fr_FR ./out/Release/chrome
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72026
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|