Remove excessive margin around refresh checkbox

This commit is contained in:
Matthias 2023-11-30 19:42:45 +01:00
parent 62f62c0442
commit 7813565d27

View File

@ -2,7 +2,7 @@
<div class="d-flex align-items-center ms-2">
<b-form-checkbox
v-model="autoRefreshLoc"
class="ms-auto float-end my-auto mt-1"
class="float-end my-auto mt-1"
title="AutoRefresh"
></b-form-checkbox>
<b-button