diff options
author | Bryce <bryce@gitlab.com> | 2016-08-26 17:12:26 +0200 |
---|---|---|
committer | Bryce <bryce@gitlab.com> | 2016-08-26 17:27:06 +0200 |
commit | 1ea35f7df8020093c2a4e73c8bda14cba47990e3 (patch) | |
tree | 6ec7d85f3b13288f24108457617c7d4afa3f3701 | |
parent | 6e584f46d2479d5550c12293af00fd494b60f2c0 (diff) | |
download | gitlab-ce-push-event-vertical-space.tar.gz |
Make push events have equal vertical spacing.push-event-vertical-space
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | app/assets/stylesheets/pages/events.scss | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG index 16c4b7cb858..a016f28c0ac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.12.0 (unreleased) + - Make push events have equal vertical spacing. - Add two-factor recovery endpoint to internal API !5510 - Change merge_error column from string to text type - Reduce contributions calendar data payload (ClemMakesApps) diff --git a/app/assets/stylesheets/pages/events.scss b/app/assets/stylesheets/pages/events.scss index 5c336bb1c7e..4a9f006aa33 100644 --- a/app/assets/stylesheets/pages/events.scss +++ b/app/assets/stylesheets/pages/events.scss @@ -115,9 +115,8 @@ } &.commits-stat { - margin-top: 3px; display: block; - padding: 3px; + padding: 0 3px; padding-left: 0; &:hover { |