mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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>
|
||||
paper-toggle-button {
|
||||
cursor: pointer;
|
||||
margin-right: -14px;
|
||||
}
|
||||
</style>
|
||||
<template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user