diff --git a/app/javascript/src/styles/specific/forum.scss b/app/javascript/src/styles/specific/forum.scss index abff67a19..8e1f212cf 100644 --- a/app/javascript/src/styles/specific/forum.scss +++ b/app/javascript/src/styles/specific/forum.scss @@ -38,18 +38,26 @@ div.list-of-forum-posts { menu { margin-top: 0.5em; - ul.votes { - margin: 0.5em 0; - } - li { margin-right: 1em; } } + + .forum-post-votes-list { + margin-top: 0.5em; + margin-left: 0.2em; + } } } } +.forum-post-votes-list { + li { + display: inline; + margin-right: 1em; + } +} + div#c-forum-topics { span.new { font-size: 80%; diff --git a/app/views/bulk_update_requests/show.html.erb b/app/views/bulk_update_requests/show.html.erb index 9090d4efb..dab800a33 100644 --- a/app/views/bulk_update_requests/show.html.erb +++ b/app/views/bulk_update_requests/show.html.erb @@ -3,9 +3,7 @@

Bulk Update Request: <%= @bulk_update_request.title %>