[web] Fix alignment of labels with their switch button

This commit is contained in:
Alain Nussbaumer 2023-07-26 12:59:16 +02:00
parent 6b37de78ba
commit d84b7dc80f

View File

@ -7,7 +7,7 @@
class="switch is-rounded mr-2"
@change="update_setting"
/>
<label :for="option.name">
<label class="pt-0" :for="option.name">
<slot name="label" />
</label>
<i