From d4fd2e6cd697b0aac39f574d6935111de9bef012 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Mon, 9 Nov 2015 01:20:44 +0900 Subject: [PATCH] Remove bottom margin of inline comment in diff view --- src/main/webapp/assets/common/css/gitbucket.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 40337b5c3..cc9f069c2 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -256,6 +256,10 @@ div.box-header { background: #f2f8fa; } +.inline-comment div.box-content-bottom { + margin-bottom: 0px; +} + .commit-list { position: relative; }