Remove bottom margin of inline comment in diff view

This commit is contained in:
Naoki Takezoe
2015-11-09 01:20:44 +09:00
parent 70e8385246
commit d4fd2e6cd6

View File

@@ -256,6 +256,10 @@ div.box-header {
background: #f2f8fa;
}
.inline-comment div.box-content-bottom {
margin-bottom: 0px;
}
.commit-list {
position: relative;
}