Skip to content
Snippets Groups Projects
Unverified Commit 328fba3d authored by Luke Bennett's avatar Luke Bennett
Browse files

Changed `.commit-row-title` `line-height` to `1.35` from `1`

Removed `margin-bottom`

Corrected commit-actions margin

Reverted action margin for a more logical approach
parent 2c3586d2
No related branches found
No related tags found
No related merge requests found
Loading
@@ -18,8 +18,7 @@
Loading
@@ -18,8 +18,7 @@
} }
   
.commit-row-title { .commit-row-title {
line-height: 1; line-height: 1.35;
margin-bottom: 7px;
   
.notes_count { .notes_count {
float: right; float: right;
Loading
@@ -43,6 +42,7 @@
Loading
@@ -43,6 +42,7 @@
border: 1px solid $border-gray-dark; border: 1px solid $border-gray-dark;
border-radius: $border-radius-default; border-radius: $border-radius-default;
margin-left: 5px; margin-left: 5px;
line-height: 1;
   
&:hover { &:hover {
background-color: darken($gray-light, 10%); background-color: darken($gray-light, 10%);
Loading
@@ -134,7 +134,7 @@
Loading
@@ -134,7 +134,7 @@
   
.commit-row-info { .commit-row-info {
color: $gl-gray; color: $gl-gray;
line-height: 1; line-height: 1.35;
   
a { a {
color: $gl-gray; color: $gl-gray;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment