Files
gerrit/polygerrit-ui/app/elements/shared/gr-formatted-text
Wyatt Allen fec5089c24 Only limit width of prose text in message list
The message list displays comment content using GR-FORMATTED-TEXT and
limits the width to about 80 characters. However, the formatted texts
may contain code blocks which are wrapped at some other limit.

With this change, the max-width of formatted comments allow code blocks
to extend as far as needed (until they wrapped by the browser window).

Bug: Issue 5738
Change-Id: I43ddff3f003651cc633e12148f2f1243d4125258
2017-04-14 12:29:54 -07:00
..