diff options
author | Luke Bennett <lukeeeebennettplus@gmail.com> | 2016-08-24 23:05:54 +0100 |
---|---|---|
committer | Luke Bennett <lukeeeebennettplus@gmail.com> | 2016-09-06 15:56:33 +0100 |
commit | 328fba3d119ecb41c0bd2454399eaef4fc9db670 (patch) | |
tree | 4078a70669f68dcfd3c56616d0877ef6c0087dce | |
parent | 2c3586d299beb036bc689df3fe699e3085672df4 (diff) | |
download | gitlab-ce-328fba3d119ecb41c0bd2454399eaef4fc9db670.tar.gz |
Changed `.commit-row-title` `line-height` to `1.35` from `1`18851-commit-text-in-activity-commits-page-etc-has-the-wrong-line-height
Removed `margin-bottom`
Corrected commit-actions margin
Reverted action margin for a more logical approach
-rw-r--r-- | app/assets/stylesheets/pages/commits.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss index 6a58b445afa..6c2ca198f1c 100644 --- a/app/assets/stylesheets/pages/commits.scss +++ b/app/assets/stylesheets/pages/commits.scss @@ -18,8 +18,7 @@ } .commit-row-title { - line-height: 1; - margin-bottom: 7px; + line-height: 1.35; .notes_count { float: right; @@ -43,6 +42,7 @@ border: 1px solid $border-gray-dark; border-radius: $border-radius-default; margin-left: 5px; + line-height: 1; &:hover { background-color: darken($gray-light, 10%); @@ -134,7 +134,7 @@ .commit-row-info { color: $gl-gray; - line-height: 1; + line-height: 1.35; a { color: $gl-gray; |