diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index edcad4875..51dc4f3e7 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -524,6 +524,10 @@ header { &.menu-icon a { padding: 0 rem-calc(24); + + span::after { + right: 0; + } } } diff --git a/app/controllers/pages_controller.rb b/app/controllers/pages_controller.rb index 83b800a9a..2267c2360 100644 --- a/app/controllers/pages_controller.rb +++ b/app/controllers/pages_controller.rb @@ -1,6 +1,9 @@ class PagesController < ApplicationController skip_authorization_check + def accessibility + end + def census_terms end diff --git a/app/views/debates/_form.html.erb b/app/views/debates/_form.html.erb index 379ea60c2..adf7c432d 100644 --- a/app/views/debates/_form.html.erb +++ b/app/views/debates/_form.html.erb @@ -14,7 +14,7 @@
<%= t("debates.form.tags_instructions") %>