mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-04 18:36:02 -05:00
[web] Fix alignment of labels with their switch button
This commit is contained in:
parent
6b37de78ba
commit
d84b7dc80f
@ -7,7 +7,7 @@
|
|||||||
class="switch is-rounded mr-2"
|
class="switch is-rounded mr-2"
|
||||||
@change="update_setting"
|
@change="update_setting"
|
||||||
/>
|
/>
|
||||||
<label :for="option.name">
|
<label class="pt-0" :for="option.name">
|
||||||
<slot name="label" />
|
<slot name="label" />
|
||||||
</label>
|
</label>
|
||||||
<i
|
<i
|
||||||
|
Loading…
x
Reference in New Issue
Block a user