diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 64f7c57..29e154f 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -129,6 +129,15 @@ td pre { margin-bottom: 1rem; } +.rejected_table { + summary { + display: list-item; + text-align: start; + padding-inline-start: 1rem; + } + padding-block: 2rem; +} + /* Banner styles - using styleguide colors where possible */ .banner { position: fixed; diff --git a/app/views/puzzles/index.html.erb b/app/views/puzzles/index.html.erb index 958bbb6..7f0087a 100644 --- a/app/views/puzzles/index.html.erb +++ b/app/views/puzzles/index.html.erb @@ -11,9 +11,6 @@ <%= render partial: 'puzzles_table', locals: { puzzles: @approved_puzzles, actions: :approved } %> -
These puzzles have already been sent to the users.