From 6cd4f33c1ba0cd6b4d0bb5ac2fbbd5044ff61eb9 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sun, 19 Apr 2020 08:53:57 +0200 Subject: [PATCH] Corrige margen superior de los mensajes Git --- public/themes/circlepro/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index b17a45a..589ca31 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -1553,7 +1553,7 @@ tr.changeset > td.comments { } body.controller-repositories.action-revision div.changeset-comments { padding: 0 20px 20px; - margin-top: -30px; + margin-top: -10px; } body.controller-issues.action-show div.changeset-comments { font-size: 12px;