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
This commit is contained in:
Lance Edgar 2023-01-26 13:34:13 -06:00
parent 884f136e99
commit 55a3f9669b

View file

@ -234,7 +234,7 @@
</b-notification>
% if request.has_perm('people_profile.edit_person'):
<div class="is-pulled-right">
<div class="has-text-right">
<b-button type="is-primary"
icon-pack="fas"
icon-left="plus"
@ -369,7 +369,7 @@
<div class="content">
% if request.has_perm('people_profile.edit_person'):
<div class="is-pulled-right">
<div class="has-text-right">
<b-button type="is-primary"
icon-pack="fas"
icon-left="plus"