diff --git a/light-entity-row.js b/light-entity-row.js index 8a8ef35..1111d98 100644 --- a/light-entity-row.js +++ b/light-entity-row.js @@ -32,12 +32,13 @@ class AdjustableLightEntityRow extends Polymer.Element { } .flex-box { display: flex; - justify-content: space-between; + justify-content: space-evenly; } paper-button { color: var(--primary-color); font-weight: 500; margin-right: -.57em; + cursor: pointer; }