From 04901868fa1fb341b0aa76fd50956fd57f7ac0e1 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 14 Mar 2018 15:14:35 +0800 Subject: [PATCH] Apply list styling to list of related reports --- app/assets/stylesheets/common.scss | 15 ++++++++++++--- app/views/issues/show.html.erb | 16 ++++++++-------- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 050e3a1c2..f2df4d191 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -2834,9 +2834,18 @@ input.richtext_title[type="text"] { margin-right:100px; } -.related-block{ - width:280px; - float:right; +.related-reports { + width: 280px; + float: right; + + ul { + padding-left: $lineheight; + margin-bottom: 0; + + li { + list-style: disc; + } + } } .issue-comments { diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index 732fd2ef2..e1b2784a5 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -41,19 +41,19 @@ <% if @issue.reported_user %> - -- 2.43.2