Commit 1240a7e0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve font size on issues/mr list

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 31fc6b26
.issues-list { .issues-list {
.issue { .issue {
padding: 10px 15px; padding: 10px $gl-padding;
position: relative; position: relative;
.issue-title { .issue-title {
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
.issue-info { .issue-info {
color: $gl-gray; color: $gl-gray;
font-size: 13px;
} }
.issue-check { .issue-check {
......
...@@ -128,7 +128,6 @@ ...@@ -128,7 +128,6 @@
.merge-request-info { .merge-request-info {
color: $gl-gray; color: $gl-gray;
font-size: 13px;
} }
} }
......
...@@ -41,4 +41,4 @@ ...@@ -41,4 +41,4 @@
= issue.task_status = issue.task_status
.pull-right.issue-updated-at .pull-right.issue-updated-at
%small updated #{time_ago_with_tooltip(issue.updated_at, placement: 'bottom', html_class: 'issue_update_ago')} %span updated #{time_ago_with_tooltip(issue.updated_at, placement: 'bottom', html_class: 'issue_update_ago')}
...@@ -43,4 +43,4 @@ ...@@ -43,4 +43,4 @@
= merge_request.task_status = merge_request.task_status
.pull-right.hidden-xs .pull-right.hidden-xs
%small updated #{time_ago_with_tooltip(merge_request.updated_at, placement: 'bottom', html_class: 'merge_request_updated_ago')} %span updated #{time_ago_with_tooltip(merge_request.updated_at, placement: 'bottom', html_class: 'merge_request_updated_ago')}
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