From: Andy Allan Date: Wed, 14 Mar 2018 07:14:35 +0000 (+0800) Subject: Apply list styling to list of related reports X-Git-Tag: live~2989^2~30 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/04901868fa1fb341b0aa76fd50956fd57f7ac0e1 Apply list styling to list of related reports --- 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 %> -