Workaround for toggle buttons having extra white space

See https://github.com/PolymerElements/paper-toggle-button/issues/64
This commit is contained in:
Paulus Schoutsen 2015-11-04 22:35:42 -08:00
parent 9a5079c15b
commit 16b19369e6

View File

@ -5,6 +5,7 @@
<style>
paper-toggle-button {
cursor: pointer;
margin-right: -14px;
}
</style>
<template>