From e0877753138190020c8643371b18bb21cdf3744c Mon Sep 17 00:00:00 2001 From: Suwon Chae Date: Fri, 11 Aug 2017 11:14:04 +0900 Subject: [PATCH] my-issues: Change margin size --- app/assets/stylesheets/less/_page.less | 13 +++++++++++++ app/views/issue/my_partial_list.scala.html | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/less/_page.less b/app/assets/stylesheets/less/_page.less index 895b76fe6..ea9d69b92 100644 --- a/app/assets/stylesheets/less/_page.less +++ b/app/assets/stylesheets/less/_page.less @@ -6963,3 +6963,16 @@ div.diff-body[data-outdated="true"] tr:hover .icon-comment { .no-margin { margin: 0; } + +.my-issues { + .post-item { + padding: 6px 10px; + + .title-wrap { + margin-top: 2px; + } + .infos { + margin-top: 4px; + } + } +} diff --git a/app/views/issue/my_partial_list.scala.html b/app/views/issue/my_partial_list.scala.html index 2ea9dd35a..98175a993 100644 --- a/app/views/issue/my_partial_list.scala.html +++ b/app/views/issue/my_partial_list.scala.html @@ -20,7 +20,7 @@ @isAuthoredMeTab = @{ UserApp.currentUser().id == searchCondition.authorId } -