mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Workaround for toggle buttons having extra white space
See https://github.com/PolymerElements/paper-toggle-button/issues/64
This commit is contained in:
parent
9a5079c15b
commit
16b19369e6
@ -5,6 +5,7 @@
|
|||||||
<style>
|
<style>
|
||||||
paper-toggle-button {
|
paper-toggle-button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
margin-right: -14px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<template>
|
<template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user