flex "space-around" for button groups

This commit is contained in:
Jörn-Michael Miehe 2023-09-10 00:25:22 +00:00
parent 943c9b6c32
commit cfeb87401e
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
<Calendar :doors="doors" />
</div>
<div class="panel-block is-flex is-justify-content-space-between">
<div class="panel-block is-flex is-justify-content-space-around">
<BulmaButton
class="is-danger"
@click="on_download"

View file

@ -35,7 +35,7 @@
</section>
</form>
<footer class="modal-card-foot">
<footer class="modal-card-foot is-flex is-justify-content-space-around">
<BulmaButton
class="button is-success"
@click.left="submit"