Add max-width to diff-comment-thread-group

With the removal of diff `.content` max-width in 60cbd2f4, diff comments
no longer had their width constrained.

Bug: Issue 8758
Change-Id: I3c98b385b56feca24cf2bb981614210084ce08e3
This commit is contained in:
Kasper Nilsson 2018-04-13 16:27:06 -07:00
parent 948ba01054
commit 9034b457c9

View File

@ -24,6 +24,7 @@ limitations under the License.
<style include="shared-styles">
:host {
display: block;
max-width: var(--content-width, 80ch);
white-space: normal;
}
gr-diff-comment-thread + gr-diff-comment-thread {