summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-24 23:05:54 +0100
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-09-06 15:56:33 +0100
commit328fba3d119ecb41c0bd2454399eaef4fc9db670 (patch)
tree4078a70669f68dcfd3c56616d0877ef6c0087dce
parent2c3586d299beb036bc689df3fe699e3085672df4 (diff)
downloadgitlab-ce-18851-commit-text-in-activity-commits-page-etc-has-the-wrong-line-height.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.scss6
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;