diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 56223e06a..7189221bd 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2489,9 +2489,12 @@ table { padding: $line-height / 2; @include breakpoint(medium) { + display: flex; + justify-content: space-between; - .score-actions { - float: right; + > :first-child { + flex: 1; + margin-right: 1em; } } diff --git a/app/views/relationable/_related_list.html.erb b/app/views/relationable/_related_list.html.erb index 6f0441d96..f89274211 100644 --- a/app/views/relationable/_related_list.html.erb +++ b/app/views/relationable/_related_list.html.erb @@ -3,15 +3,17 @@ <% related_content = related.find_related_content(relationable) %>