From ea1c8ea319184e2d610e4cfd936849e8e6e81eda Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 15 Apr 2023 01:34:14 +0000 Subject: [PATCH] Add a margin below the Submit button on the issue edit page (#38448). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22192 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index d1d96fcd4..fce0dff08 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -619,6 +619,8 @@ body.avatars-on div.journal {padding-left:32px;} div.journal h4 img.gravatar {margin-left:-32px;} div.journal span.update-info {color: #666; font-size: 0.9em;} +#update {margin-bottom: 1.4em;} + #history .tab-content { padding: 0 6px; margin-bottom: 10px; -- 2.39.5