From 55a3f9669b78ae34d3701c2a8594832dc07e4c86 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 26 Jan 2023 13:34:13 -0600 Subject: [PATCH] Fix click event for right-aligned buttons on profile view for some reason when `is-pulled-right` was used, buttons were not clickable?! never did figure out precisely why, but this fixes anyway. was not an issue w/ buefy 0.8 fwiw, but using 0.9 now --- tailbone/templates/people/view_profile_buefy.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailbone/templates/people/view_profile_buefy.mako b/tailbone/templates/people/view_profile_buefy.mako index 9845e343..584597b4 100644 --- a/tailbone/templates/people/view_profile_buefy.mako +++ b/tailbone/templates/people/view_profile_buefy.mako @@ -234,7 +234,7 @@ % if request.has_perm('people_profile.edit_person'): -
+
% if request.has_perm('people_profile.edit_person'): -
+