From a258d65515eaec08e99efacc88a7b23f28eb3267 Mon Sep 17 00:00:00 2001 From: Wyatt Allen Date: Fri, 14 Oct 2016 16:09:03 -0700 Subject: [PATCH] Limit the width of comments in the message list Change-Id: Ia8788f9cb436529b3e1ae58d4a68e4ddd74d5469 --- .../app/elements/change/gr-comment-list/gr-comment-list.html | 1 + polygerrit-ui/app/elements/change/gr-message/gr-message.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/polygerrit-ui/app/elements/change/gr-comment-list/gr-comment-list.html b/polygerrit-ui/app/elements/change/gr-comment-list/gr-comment-list.html index 48a3d60147..810200673b 100644 --- a/polygerrit-ui/app/elements/change/gr-comment-list/gr-comment-list.html +++ b/polygerrit-ui/app/elements/change/gr-comment-list/gr-comment-list.html @@ -42,6 +42,7 @@ limitations under the License. } .message { flex: 1; + max-width: 80ch; }