Files
gerrit/polygerrit-ui/app/elements/change/gr-change-view
Becky Siegel bb04e61cbf Keep max width even with no related changes
Previously, the max-width css property was removed for changes
without related changes, assuming that they would fit in the space
without wrapping. Since that assumption is not always true, keep the
wrapping the same as if related changes were there.

Note: There may be complaints about wrapping unecessarily/breaking
words, etc. Since standard commit messages are 72ch, they will never
wrap below that (unless on mobile), and on large screens at 100ch. So,
Anyone experiencing this is already breaking convention. At least now
they can still see all their contents.

Bug: Issue 6755
Change-Id: I3469bd899e8eff1eb673b745785bde516ed687d6
2017-07-18 08:33:26 -07:00
..