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/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb
index 62bb45674..1d1c091c7 100644
--- a/app/views/layouts/_header.html.erb
+++ b/app/views/layouts/_header.html.erb
@@ -13,7 +13,7 @@