From 7bdf2c231ed8a1c230534150437b8894f32f6772 Mon Sep 17 00:00:00 2001 From: paulbdavis Date: Fri, 5 Oct 2018 01:08:19 -0600 Subject: [PATCH] change spacing CSS --- VERSION | 2 +- button-entity-row.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8294c18..7693c96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.2 \ No newline at end of file +0.1.3 \ No newline at end of file diff --git a/button-entity-row.js b/button-entity-row.js index 2fa1176..515fec2 100644 --- a/button-entity-row.js +++ b/button-entity-row.js @@ -11,7 +11,7 @@ class ButtonEntityRow extends Polymer.Element { } .flex-box { display: flex; - justify-content: space-between; + justify-content: space-evenly; } paper-button { color: var(--primary-color);