mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web] Fix alignment of labels with their switch button
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user