X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/13e7a4b0e94749e65cb6b7703e86daf5e312064e..facce9d0bb04ebdaa185c65eb8772aa7ff4db01f:/app/assets/stylesheets/common.scss?ds=sidebyside diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 67ae64f39..f2df4d191 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -2834,15 +2834,30 @@ 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 { width:475px; } +.issues-list { + td:nth-child(2) { + white-space: nowrap; + } +} + .report-disclaimer { background: #fff1f0; color: #d85030;