From 174f52b2ab78cfd93f502b75bc632025c98ea0df Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 13 Apr 2021 16:58:41 +0200 Subject: [PATCH] Fix participation button position Closes #676 Signed-off-by: Thomas Citharel --- js/src/views/Event/Event.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/src/views/Event/Event.vue b/js/src/views/Event/Event.vue index a3a03c6a5..779de1b68 100755 --- a/js/src/views/Event/Event.vue +++ b/js/src/views/Event/Event.vue @@ -1341,6 +1341,10 @@ div.sidebar { .intro.section { background: white; + .is-3-tablet { + width: initial; + } + p.tags { a { text-decoration: none;