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
This commit is contained in:
Wyatt Allen
2017-01-12 13:36:50 -08:00
parent 4d5c64df91
commit 709bd685ef

View File

@@ -25,6 +25,7 @@ limitations under the License.
:host {
border: 1px solid #bbb;
display: block;
margin-bottom: 1px;
white-space: normal;
}
#container {