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:
parent
884f136e99
commit
55a3f9669b
|
@ -234,7 +234,7 @@
|
||||||
</b-notification>
|
</b-notification>
|
||||||
|
|
||||||
% if request.has_perm('people_profile.edit_person'):
|
% if request.has_perm('people_profile.edit_person'):
|
||||||
<div class="is-pulled-right">
|
<div class="has-text-right">
|
||||||
<b-button type="is-primary"
|
<b-button type="is-primary"
|
||||||
icon-pack="fas"
|
icon-pack="fas"
|
||||||
icon-left="plus"
|
icon-left="plus"
|
||||||
|
@ -369,7 +369,7 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
% if request.has_perm('people_profile.edit_person'):
|
% if request.has_perm('people_profile.edit_person'):
|
||||||
<div class="is-pulled-right">
|
<div class="has-text-right">
|
||||||
<b-button type="is-primary"
|
<b-button type="is-primary"
|
||||||
icon-pack="fas"
|
icon-pack="fas"
|
||||||
icon-left="plus"
|
icon-left="plus"
|
||||||
|
|
Loading…
Reference in a new issue