Commit 504ab29b authored by Jacopo's avatar Jacopo

Enhance line-height of Activity feed UI

Enhances line-height of Activity feed UI to 20px.
parent b9798c15
...@@ -381,6 +381,7 @@ $breadcrumb-min-height: 48px; ...@@ -381,6 +381,7 @@ $breadcrumb-min-height: 48px;
$home-panel-title-row-height: 64px; $home-panel-title-row-height: 64px;
$home-panel-avatar-mobile-size: 24px; $home-panel-avatar-mobile-size: 24px;
$gl-line-height: 16px; $gl-line-height: 16px;
$gl-line-height-20: 20px;
$gl-line-height-24: 24px; $gl-line-height-24: 24px;
$gl-line-height-14: 14px; $gl-line-height-14: 14px;
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
border-bottom: 1px solid $white-normal; border-bottom: 1px solid $white-normal;
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
position: relative; position: relative;
line-height: $gl-line-height; line-height: $gl-line-height-20;
.system-note-image { .system-note-image {
position: absolute; position: absolute;
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
} }
.event-user-info { .event-user-info {
margin-bottom: $gl-padding-8; margin-bottom: $gl-padding-4;
.author_name { .author_name {
a { a {
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
} }
.event-body { .event-body {
margin-top: $gl-padding-8; margin-top: $gl-padding-4;
margin-right: 174px; margin-right: 174px;
color: $gl-text-color; color: $gl-text-color;
......
---
title: Enhance line-height of Activity feed UI
merge_request: 28856
author: Jacopo Beschi @jacopo-beschi
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment