From 709bd685ef6c347e7ec9a14f8a514cbba2200277 Mon Sep 17 00:00:00 2001 From: Wyatt Allen Date: Thu, 12 Jan 2017 13:36:50 -0800 Subject: [PATCH] Fix intermittent border issue Occasionally comment threads would render in such a way that the bottom border is covered by the following diff line. Giving 1px of margin below the thread elements makes the border consistent generally. Bug: Issue 5083 Change-Id: I3f29905d1dc388d2d160444c16f09ddeaaec36b5 --- .../diff/gr-diff-comment-thread/gr-diff-comment-thread.html | 1 + 1 file changed, 1 insertion(+) diff --git a/polygerrit-ui/app/elements/diff/gr-diff-comment-thread/gr-diff-comment-thread.html b/polygerrit-ui/app/elements/diff/gr-diff-comment-thread/gr-diff-comment-thread.html index 1ed7ac7266..3a0c3ad52b 100644 --- a/polygerrit-ui/app/elements/diff/gr-diff-comment-thread/gr-diff-comment-thread.html +++ b/polygerrit-ui/app/elements/diff/gr-diff-comment-thread/gr-diff-comment-thread.html @@ -25,6 +25,7 @@ limitations under the License. :host { border: 1px solid #bbb; display: block; + margin-bottom: 1px; white-space: normal; } #container {