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:
@@ -25,6 +25,7 @@ limitations under the License.
|
||||
:host {
|
||||
border: 1px solid #bbb;
|
||||
display: block;
|
||||
margin-bottom: 1px;
|
||||
white-space: normal;
|
||||
}
|
||||
#container {
|
||||
|
||||
Reference in New Issue
Block a user